Skip to content

Commit

Permalink
Update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
holt committed Nov 12, 2015
1 parent acaf96d commit 4fb38f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Now, let's roll up our sleeves and begin!

Platform | Description
------------------|----------------------------------------------------
**Browser** | Just download [syringe.min.js](https://raw.github.com/holt/syringe/master/syringe.min.js) and add it to your to your environment.<br/><br/>Syringe uses `JSON.parse` and also the following ECMAScript 5 / JavaScript 1.6 methods:<br/><br/>- `Array.filter`<br/>- `Array.map`<br/>- `Array.reduce`<br/>- `Function.bind`<br/>- `Object.keys`<br/>- `Object.create`<br/>- `String.trim`<br/><br/>All of the above methods are available natively on modern browsers. If you need to support older browsers, the polyfills for these methods are provided in [lib/polyfill.min.js](https://raw.github.com/holt/syringe/master/lib/polyfill.min.js)<br/><br/>
**Browser** | Just download [syringe.min.js](https://raw.github.com/holt/syringe/master/syringe.min.js) and add it to your to your environment.<br/><br/>Syringe uses `JSON.parse` and also the following ECMAScript 5 / JavaScript 1.6 methods:<br/><br/>- `Array.filter`<br/>- `Array.map`<br/>- `Array.reduce`<br/>- `Function.bind`<br/>- `Object.keys`<br/>- `Object.create`<br/>- `String.trim`<br/><br/><img align="left" src="https://github.com/holt/syringe/blob/master/img/note.png?raw=true"/>**Note:** All of the above methods are available natively on modern browsers. If you need to support older browsers, the polyfills for these methods are provided in [lib/polyfill.min.js](https://raw.github.com/holt/syringe/master/lib/polyfill.min.js)<br/><br/>
**Node** | Ensure that you have installed the latest version of [node.js](http://nodejs.org) and run the following from the command prompt:<br/><br/>`npm install syringejs`<br/><br/>
**Bower** | Ensure that you have installed the latest version of [Bower](http://bower.io/) and run the following from the command prompt:<br/><br/>`bower install syringe --save`<br/><br/>
**NuGet** | Run the following command in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console):<br/><br/>`Install-Package syringe.js`<br/><br/>
Expand Down

0 comments on commit 4fb38f2

Please sign in to comment.