From c603138077df416cf7892f82a2e3a91daa3456fd Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Fri, 9 Oct 2015 19:06:01 -0500 Subject: [PATCH] Fix links, spacing in README --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 44113d94..a485cf86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # vinyl-fs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] ## Information -











Packagevinyl-fs
DescriptionVinyl adapter for the file system
Node Version>= 0.10
+ + + + +
Packagevinyl-fs
DescriptionVinyl adapter for the file system
Node Version>= 0.10
## Usage @@ -134,16 +138,16 @@ _Note:_ UTF-8 BOM will be stripped from all UTF-8 files read with `.src`. - The file will be modified after being written to this stream: - `cwd`, `base`, and `path` will be overwritten to match the folder. -[glob-stream]: https://github.com/wearefractal/glob-stream +[glob-stream]: https://github.com/gulpjs/glob-stream [node-glob]: https://github.com/isaacs/node-glob [gaze]: https://github.com/shama/gaze -[glob-watcher]: https://github.com/wearefractal/glob-watcher -[vinyl]: https://github.com/wearefractal/vinyl +[glob-watcher]: https://github.com/gulpjs/glob-watcher +[vinyl]: https://github.com/gulpjs/vinyl [npm-url]: https://www.npmjs.com/package/vinyl-fs [npm-image]: https://badge.fury.io/js/vinyl-fs.svg -[travis-url]: https://travis-ci.org/wearefractal/vinyl-fs -[travis-image]: https://travis-ci.org/wearefractal/vinyl-fs.svg?branch=master +[travis-url]: https://travis-ci.org/gulpjs/vinyl-fs +[travis-image]: https://travis-ci.org/gulpjs/vinyl-fs.svg?branch=master [coveralls-url]: https://coveralls.io/r/wearefractal/vinyl-fs [coveralls-image]: https://img.shields.io/coveralls/wearefractal/vinyl-fs.svg?style=flat -[depstat-url]: https://david-dm.org/wearefractal/vinyl-fs -[depstat-image]: https://david-dm.org/wearefractal/vinyl-fs.svg +[depstat-url]: https://david-dm.org/gulpjs/vinyl-fs +[depstat-image]: https://david-dm.org/gulpjs/vinyl-fs.svg