Skip to content

Commit

Permalink
docs(readme): make small linting correction
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancarriger committed Jun 16, 2017
1 parent 590e42b commit c0d66b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,20 @@ Here is how you can setup a development environment:
### Clone repo

1. `git clone https://github.com/adriancarriger/angularfire2-offline.git`
2. `cd angularfire2-offline`
1. `cd angularfire2-offline`

### Setup example

1. `cd examples/angular-cli`
2. `yarn`
3. `npm start`
1. `yarn`
1. `npm start`

### Setup development environment

1. Open a new shell/terminal
2. `cd angularfire2-offline`
3. `yarn`
4. `npm run start-dev`
1. `cd angularfire2-offline`
1. `yarn`
1. `npm run start-dev`

## License

Expand Down

0 comments on commit c0d66b6

Please sign in to comment.