diff --git a/README.md b/README.md index 4f95251..0d20097 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ #### NPM Install ```sh -$> npm install pixi.js +npm install pixi.js ``` #### CDN Install (via cdnjs) @@ -152,13 +152,13 @@ the repository, install the build dependencies using npm: ```sh -$> npm install +npm install ``` Then, to build the source, run: ```sh -$> npm run build +npm run build ``` ### How to generate the documentation ### @@ -166,7 +166,7 @@ The docs can be generated using npm: ```sh -$> npm run docs +npm run docs ``` The documentation uses [Jaguar.js](https://github.com/pixijs/jaguarjs-jsdoc) and the jsdoc format, the configuration file can be found at [scripts/jsdoc.conf.json](scripts/jsdoc.conf.json) diff --git a/README.md b/README.md index 4f95251..0d20097 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ #### NPM Install ```sh -$> npm install pixi.js +npm install pixi.js ``` #### CDN Install (via cdnjs) @@ -152,13 +152,13 @@ the repository, install the build dependencies using npm: ```sh -$> npm install +npm install ``` Then, to build the source, run: ```sh -$> npm run build +npm run build ``` ### How to generate the documentation ### @@ -166,7 +166,7 @@ The docs can be generated using npm: ```sh -$> npm run docs +npm run docs ``` The documentation uses [Jaguar.js](https://github.com/pixijs/jaguarjs-jsdoc) and the jsdoc format, the configuration file can be found at [scripts/jsdoc.conf.json](scripts/jsdoc.conf.json) diff --git a/bundles/pixi.js-legacy/README.md b/bundles/pixi.js-legacy/README.md index 3c615b5..df158fb 100644 --- a/bundles/pixi.js-legacy/README.md +++ b/bundles/pixi.js-legacy/README.md @@ -18,7 +18,7 @@ #### Install ``` -$> npm install pixi.js-legacy +npm install pixi.js-legacy ``` ### Basic Usage Example diff --git a/README.md b/README.md index 4f95251..0d20097 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ #### NPM Install ```sh -$> npm install pixi.js +npm install pixi.js ``` #### CDN Install (via cdnjs) @@ -152,13 +152,13 @@ the repository, install the build dependencies using npm: ```sh -$> npm install +npm install ``` Then, to build the source, run: ```sh -$> npm run build +npm run build ``` ### How to generate the documentation ### @@ -166,7 +166,7 @@ The docs can be generated using npm: ```sh -$> npm run docs +npm run docs ``` The documentation uses [Jaguar.js](https://github.com/pixijs/jaguarjs-jsdoc) and the jsdoc format, the configuration file can be found at [scripts/jsdoc.conf.json](scripts/jsdoc.conf.json) diff --git a/bundles/pixi.js-legacy/README.md b/bundles/pixi.js-legacy/README.md index 3c615b5..df158fb 100644 --- a/bundles/pixi.js-legacy/README.md +++ b/bundles/pixi.js-legacy/README.md @@ -18,7 +18,7 @@ #### Install ``` -$> npm install pixi.js-legacy +npm install pixi.js-legacy ``` ### Basic Usage Example diff --git a/bundles/pixi.js/README.md b/bundles/pixi.js/README.md index 7bbae28..ee34013 100644 --- a/bundles/pixi.js/README.md +++ b/bundles/pixi.js/README.md @@ -16,7 +16,7 @@ #### Install ``` -$> npm install pixi.js +npm install pixi.js ``` ### Basic Usage Example