diff --git a/README.md b/README.md index ca05fb8..b2df044 100644 --- a/README.md +++ b/README.md @@ -45,18 +45,17 @@ ### Setup ### -Its easy to get started with Pixi.js! Simple grab the pre-built versions from here: +It's easy to get started with Pixi.js! Simply grab the pre-built versions from here: Release Branch - Nice and stable Pixi.js - Unminified: [http://pixijs.download/release/pixi.js] -- Minified: [http://pixijs.download/release/pixi.min.js] +- Minified: [http://pixijs.download/release/pixi.min.js] Develop Branch - The bleeding edge version of Pixi.js - Unminified: [http://pixijs.download/dev/pixi.js] - Minified: [http://pixijs.download/dev/pixi.min.js] - -Alternitvly Pixi.js can be installed with [Bower](https://bower.io/#getting-started), [NPM](https://docs.npmjs.com/getting-started/what-is-npm) or simply using a content delivery network (CDN) URL to embed Pixi.js directly on your HTML page. +Alternatively, Pixi.js can be installed with [Bower](https://bower.io/#getting-started), [npm](https://docs.npmjs.com/getting-started/what-is-npm) or simply using a content delivery network (CDN) URL to embed Pixi.js directly on your HTML page. #### Bower Install @@ -78,7 +77,6 @@ _Note: `4.0.0` can be replaced by any [released](https://github.com/pixijs/pixi.js/releases) version._ - ### Demos ### - [WebGL Filters!](http://www.goodboydigital.com/pixijs/examples/15/indexAll.html) @@ -179,7 +177,7 @@ just download one of our [prebuilt releases](https://github.com/pixijs/pixi.js/releases). Really the only time you should need to build pixi.js is if you are developing it. -If you don't already have Node.js and NPM, go install them. Then, in the folder where you have cloned +If you don't already have Node.js and NPM, go install them. Then, in the folder where you have cloned the repository, install the build dependencies using npm: ```