diff --git a/README.md b/README.md index 878313c..1485f0e 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ > Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes. -## Install with [npm](npmjs.org) +Install with [npm](https://www.npmjs.com/) -```bash -npm i plugin-error --save +```sh +$ npm i plugin-error --save ``` ## Usage @@ -54,7 +54,7 @@ var err = new PluginError('test', existingError, {showStack: true}); ## Related projects * [assemble](http://assemble.io): Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… [more](http://assemble.io) -* [gulp-util](https://github.com/wearefractal/gulp-util): Utility functions for gulp plugins +* [gulp-util](https://github.com/wearefractal/gulp-util#readme): Utility functions for gulp plugins * [gulp](http://gulpjs.com): The streaming build system * [generate](https://github.com/generate/generate): Project generator, for node.js. * [verb](https://github.com/assemble/verb): Documentation generator for GitHub projects. Extremely powerful, easy to use, can generate anything from API… [more](https://github.com/assemble/verb) @@ -63,13 +63,13 @@ var err = new PluginError('test', existingError, {showStack: true}); Install dev dependencies: -```bash -npm i -d && npm test +```sh +$ npm i -d && npm test ``` ## Contributing -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/plugin-error/issues) +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/plugin-error/issues/new) ## Author @@ -80,11 +80,9 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea ## License -Copyright (c) 2015 Jon Schlinkert +Copyright © 2015 Jon Schlinkert Released under the MIT license. *** -_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 01, 2015._ - - +_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 31, 2015._