Skip to content

Commit

Permalink
Merge pull request #27 from clemens-tolboom/clemens-tolboom-patch-1
Browse files Browse the repository at this point in the history
Remove $ in code example
  • Loading branch information
Jessica Lord committed Jan 13, 2016
2 parents d74d4fc + 8a60d00 commit 8ff9e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ To clone and run this repository you'll need [Git](https://git-scm.com) and [Nod

```bash
# Clone this repository
$ git clone https://github.com/atom/electron-quick-start
git clone https://github.com/atom/electron-quick-start
# Go into the repository
$ cd electron-quick-start
cd electron-quick-start
# Install dependencies and run the app
$ npm install && npm start
npm install && npm start
```

Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).
Expand Down

0 comments on commit 8ff9e5c

Please sign in to comment.