Skip to content

Commit

Permalink
Remove $ in code example
Browse files Browse the repository at this point in the history
Let's make this copy/paste able.
  • Loading branch information
clemens-tolboom committed Jan 1, 2016
1 parent 81158b3 commit 8a60d00
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 8a60d00

Please sign in to comment.