| Index: experimental/webtry/poly/README.md
|
| diff --git a/experimental/webtry/poly/README.md b/experimental/webtry/poly/README.md
|
| index a49d290a07259701f5a8fbb89cde11e1e6ccd3ac..0bb2c0c0ddc4727fbe62388c6092eb51746e2703 100644
|
| --- a/experimental/webtry/poly/README.md
|
| +++ b/experimental/webtry/poly/README.md
|
| @@ -3,16 +3,15 @@ polyfill.js
|
|
|
| To rebuild or update res/js/polyfill.js you will need to have
|
| [node.js](http://nodejs.org/) installed. Once you have it installed run the
|
| -following:
|
| +following (assuming you are in experimental/webtry directory):
|
|
|
| - cd polyfill
|
| - npm install
|
| - grunt
|
| +$ cd poly
|
| +$ npm install
|
| +$ grunt
|
|
|
| If you want to create a verion of the polyfill.js that hasn't been minified,
|
| say for debugging purposes, then run:
|
|
|
| -
|
| - cd polyfill
|
| - npm install
|
| - grunt notmin
|
| +$ cd poly
|
| +$ npm install
|
| +$ grunt notmin
|
|
|