From 5a0b7f5172937d67c33927477993422f99591b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Est=C3=A9ban?= Date: Tue, 2 Jan 2024 12:56:26 +0100 Subject: [PATCH] docs: remove spaces before colons (#51) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c244603..f8e89ad 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Introduction -This is the source code of the [AdonisJS Packages](https://adonisjs.com/packages) website. The website is built using : +This is the source code of the [AdonisJS Packages](https://adonisjs.com/packages) website. The website is built using: - [AdonisJS](https://adonisjs.com) - [VueJS](https://vuejs.org/) @@ -43,7 +43,7 @@ If you want to add an icon for you package, make sure to pick an appropriate ima #### Launch the website -In order to run the website locally, you need to : +In order to run the website locally, you need to: - Install dependencies using `pnpm install` - Compile the package database using `node ace build:packages`