Skip to content

Commit b89f54e

Browse files
committed
generate docs
1 parent 7876650 commit b89f54e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## License
2525
{%= copyright() %}
26-
{%= license() %}
26+
{%= license %}
2727

2828
***
2929

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# arr-diff [![NPM version](https://badge.fury.io/js/arr-diff.svg)](http://badge.fury.io/js/arr-diff) [![Build Status](https://travis-ci.org/jonschlinkert/arr-diff.svg)](https://travis-ci.org/jonschlinkert/arr-diff)
1+
# arr-diff [![NPM version](https://img.shields.io/npm/v/arr-diff.svg)](https://www.npmjs.com/package/arr-diff) [![Build Status](https://img.shields.io/travis/jonschlinkert/base.svg)](https://travis-ci.org/jonschlinkert/base)
22

33
> Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
44
@@ -9,7 +9,6 @@ Install with [npm](https://www.npmjs.com/)
99
```sh
1010
$ npm i arr-diff --save
1111
```
12-
1312
Install with [bower](http://bower.io/)
1413

1514
```sh
@@ -67,9 +66,9 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea
6766

6867
## License
6968

70-
Copyright © 2015 Jon Schlinkert
69+
Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert)
7170
Released under the MIT license.
7271

7372
***
7473

75-
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 23, 2015._
74+
_This file was generated by [verb](https://github.com/verbose/verb) on Sat Dec 05 2015 23:24:53 GMT-0500 (EST)._

0 commit comments

Comments
 (0)