From 48b33e523df8fbde5227c75e9028792cb86af50b Mon Sep 17 00:00:00 2001 From: RaghavSharma905 <72238870+RaghavSharma905@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:45:52 +0530 Subject: [PATCH] improve headline docs --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37a796fa..8395270c 100644 --- a/README.md +++ b/README.md @@ -46,32 +46,32 @@ By default, we have the following sections: 1. Install [Git](http://git-scm.com/downloads) and [NodeJS](http://nodejs.org/download/), if you don't have it yet. -2. Now clone it: +2. Now clone it:- ```sh $ git clone git://github.com/braziljs/conf-boilerplate.git ``` -3. Then go to the project's folder: +3. Then go to the project's folder:- ```sh $ cd conf-boilerplate ``` -4. Install all dependencies: +4. Install all dependencies:- ```sh $ npm install ``` -5. And finally run: +5. And finally run:- ```sh $ npm run watch ``` Now you can see the website running in `localhost:9778` :D -6. Once you're done editing and want to publish the site to GitHub Pages: +6. Once you're done editing and want to publish the site to GitHub Pages:- ```sh $ npm run deploy @@ -173,7 +173,7 @@ You can also change order in which they appear on page and in navigation by chan ### Labels (i18n) If you want to use different words than default or different language -just change labels for corresponding elements: +just change labels for corresponding elements:- ```