Skip to content

Commit

Permalink
Merge pull request #2 from andyklimczak/readme
Browse files Browse the repository at this point in the history
Remove $ in readme installation instructions
  • Loading branch information
nicksp committed Mar 12, 2016
2 parents 33a2d66 + e9ed976 commit f4b7113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The provided boilerplate enables client-side ES6 via the following technologies:
### Installation

```
$ git clone $ https://github.com/nicksp/redux-webpack-es6-boilerplate.git app-name
$ git clone https://github.com/nicksp/redux-webpack-es6-boilerplate.git app-name
$ cd app-name
$ npm i
```
Expand Down

0 comments on commit f4b7113

Please sign in to comment.