Skip to content

Commit 6ebdac3

Browse files
jonschlinkertphated
authored andcommitted
Scaffold: Regenerate readme
1 parent 6a0bdf0 commit 6ebdac3

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
> Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.
44
5-
## Install with [npm](npmjs.org)
5+
Install with [npm](https://www.npmjs.com/)
66

7-
```bash
8-
npm i plugin-error --save
7+
```sh
8+
$ npm i plugin-error --save
99
```
1010

1111
## Usage
@@ -54,7 +54,7 @@ var err = new PluginError('test', existingError, {showStack: true});
5454
## Related projects
5555

5656
* [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)
57-
* [gulp-util](https://github.com/wearefractal/gulp-util): Utility functions for gulp plugins
57+
* [gulp-util](https://github.com/wearefractal/gulp-util#readme): Utility functions for gulp plugins
5858
* [gulp](http://gulpjs.com): The streaming build system
5959
* [generate](https://github.com/generate/generate): Project generator, for node.js.
6060
* [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});
6363

6464
Install dev dependencies:
6565

66-
```bash
67-
npm i -d && npm test
66+
```sh
67+
$ npm i -d && npm test
6868
```
6969

7070
## Contributing
7171

72-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/plugin-error/issues)
72+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/plugin-error/issues/new)
7373

7474
## Author
7575

@@ -80,11 +80,9 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea
8080

8181
## License
8282

83-
Copyright (c) 2015 Jon Schlinkert
83+
Copyright © 2015 Jon Schlinkert
8484
Released under the MIT license.
8585

8686
***
8787

88-
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 01, 2015._
89-
90-
<!-- reflinks generated by verb-reflinks plugin -->
88+
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 31, 2015._

0 commit comments

Comments
 (0)