Skip to content

Commit

Permalink
[react-javascript] Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Aug 8, 2018
1 parent 12b341c commit 6bd634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-javascript/README.md
Expand Up @@ -3,7 +3,7 @@
## How to start

1. Install dependencies `npm install`.
1. Copy `charting_library` folder from https://github.com/tradingview/charting_library/ to `/public`. The earliest supported version of the Charting Library is 1.12. If you get 404 then you need to [request an access to this repository](https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/).
1. Copy `charting_library` folder from https://github.com/tradingview/charting_library/ to `/public` and to `/src` folders. The earliest supported version of the Charting Library is 1.12. If you get 404 then you need to [request an access to this repository](https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/).
1. Copy `datafeeds` folder from https://github.com/tradingview/charting_library/ to `/public`.
1. Run `npm start`. It will build the project and open a default browser with the Charting Library.

Expand Down

0 comments on commit 6bd634e

Please sign in to comment.