diff --git a/README.md b/README.md index a22fa9b..ebe5a39 100644 --- a/README.md +++ b/README.md @@ -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/). @@ -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 ###