Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLaumeister committed Jun 8, 2015
1 parent 50f1352 commit 9b73f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Realtime Bitcoin transaction visualizer written in HTML/Javascript. See and hear

### Building ###

The project is built and ready-to-go in the dist folder. If you change any of the javascript, you will need to re-build the `dist/bitlisten.min.js` file using Grunt. If you haven't used Grunt before, here is a short tutorial:
The project is built and ready-to-go in the dist folder. If you change any of the javascript, you will need to re-build the `bitlisten.min.js` file using Grunt. If you haven't used Grunt before, here is a short tutorial:

1. [Install Node.js](https://nodejs.org/download/).

Expand All @@ -18,7 +18,7 @@ The project is built and ready-to-go in the dist folder. If you change any of th

3. Run `grunt` to build BitListen. Alternatively, run `grunt watch` to build BitListen, host it at http://localhost:8000, and watch for and rebuild changes in the source files.

The compiled/minified script will be output to `dist/bitlisten.min.js`.
The compiled/minified script will be output to `bitlisten.min.js`.

### APIs and Libraries ###

Expand Down

0 comments on commit 9b73f38

Please sign in to comment.