Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve headline docs #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:-


```
Expand Down