From 617ae21a7325f73d7d3f53f83a5a79330f7162de Mon Sep 17 00:00:00 2001 From: Squirrelhat Date: Wed, 8 Apr 2020 03:08:54 +1200 Subject: [PATCH] README: fix build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b053bf..9194c103 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ npm run cover 1. Add tests for the indicator and make them pass. (It would be better if a sample of the stockcharts excel is used for the test case.) 1. Add the indicator to the `index.js` and `src/index.ts` -1. Run build scripts: `npm run build-lib && npm run generateDts && npm run start` +1. Run build scripts: `npm run build && npm run generateDts && npm run start` 1. Add it to `README.md`, with the link to the runkit url containing the sample. 1. Add indicator it to keywords in `package.json` and `bower.json` 1. Send a Pull Request.