From 1487254f13c2d3ee7d212e54baba0067d8112bf7 Mon Sep 17 00:00:00 2001 From: Kieran Sedgwick Date: Thu, 29 May 2014 16:49:41 -0400 Subject: [PATCH] Review fixes --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 92488a5..e42ebbb 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,23 @@ Want to join the fun? We'd love to have you! See [CONTRIBUTING](https://github.c ###Downloading & Installation -Though pre-built versions of the library are available [in the repo](https://github.com/js-platform/filer/tree/develop/dist), Filer is available for download through the most popular Node.js and browser package managers: [Bower](http://bower.io/) & [NPM](https://www.npmjs.org/). +Pre-built versions of the library are available at/with: +* [filer.js](https://raw.github.com/js-platform/filer/develop/dist/filer.js) +* [filer.min.js](https://raw.github.com/js-platform/filer/develop/dist/filer.min.js) +* [NPM](https://www.npmjs.org/) +* [Bower](http://bower.io/) #### Node.js Install the latest stable version of Filer for use in Node.js projects by running: * `npm install filer` or `npm install filer --save` to automatically save the dependency to your `package.json` file. - ##### Usage -Instantiation is as easy as `var filer = require('filer');` +`var Filer = require('filer');` #### The Browser -Install the latest stable version of Filer for use in the browser with Bower like so: +Install the latest stable version of Filer for use in the browser with Bower: * `bower install filer` ##### Usage