From b1e428a4e7a2d7b1f49809b8939a45609ff7f1fc Mon Sep 17 00:00:00 2001 From: Alan K Date: Thu, 18 Sep 2014 13:07:59 -0400 Subject: [PATCH] Update README.md `js-platform` -> `filerjs` --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 807f9f9..8eec7ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![NPM](https://nodei.co/npm/filer.png?downloads=true&stars=true)](https://nodei.co/npm/filer/) -[![Build Status](https://secure.travis-ci.org/js-platform/filer.png?branch=develop)](http://travis-ci.org/js-platform/filer) +[![Build Status](https://secure.travis-ci.org/filerjs/filer.png?branch=develop)](http://travis-ci.org/filerjs/filer) ###Filer @@ -24,7 +24,7 @@ See the section on [Storage Providers](#providers). ### Contributing -Want to join the fun? We'd love to have you! See [CONTRIBUTING](https://github.com/js-platform/filer/blob/develop/CONTRIBUTING.md). +Want to join the fun? We'd love to have you! See [CONTRIBUTING](https://github.com/filerjs/filer/blob/develop/CONTRIBUTING.md). ### How to Get It @@ -32,7 +32,7 @@ Filer can be obtained in a number of ways: 1. npm - `npm install filer` 2. bower - `bower install filer` -3. download pre-built versions: [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) +3. download pre-built versions: [filer.js](https://raw.github.com/filerjs/filer/develop/dist/filer.js), [filer.min.js](https://raw.github.com/filerjs/filer/develop/dist/filer.min.js) ### Loading and Usage @@ -234,7 +234,7 @@ For more info see the docs in the [path module](http://nodejs.org/api/path.html) The error objects used internally by Filer are also exposed via the `Filer.Errors` object. As much as possible these match their node.js counterparts, with a few Filer-specifc additions. -See [src/errors.js](https://github.com/js-platform/filer/blob/develop/src/errors.js) for the complete +See [src/errors.js](https://github.com/filerjs/filer/blob/develop/src/errors.js) for the complete list. Errors can be used, or compared, like so: Examples: @@ -567,7 +567,7 @@ fs.symlink('/logs/august.log', '/logs/current', function(error) { #### fs.realpath(path, [cache], callback) -NOTE: Not implemented, see https://github.com/js-platform/filer/issues/85 +NOTE: Not implemented, see https://github.com/filerjs/filer/issues/85 #### fs.unlink(path, callback) @@ -751,7 +751,7 @@ fs.open('/myfile.txt', function(err, fd) { #### fs.fsync(fd, callback) -NOTE: Not yet implemented, see https://github.com/js-platform/filer/issues/87 +NOTE: Not yet implemented, see https://github.com/filerjs/filer/issues/87 #### fs.write(fd, buffer, offset, length, position, callback)