Skip to content

Commit 1491da7

Browse files
committed
adds error to readme, thanks to @ianstormtaylor
1 parent 80cdb6e commit 1491da7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ kindOf(/foo/);
7575
kindOf(new RegExp('foo'));
7676
//=> 'regexp'
7777

78+
kindOf(new Error('error'));
79+
//=> 'error'
80+
7881
kindOf(function () {});
7982
//=> 'function'
8083

@@ -334,10 +337,11 @@ You might also be interested in these projects:
334337

335338
| **Commits** | **Contributor** |
336339
| --- | --- |
337-
| 94 | [jonschlinkert](https://github.com/jonschlinkert) |
340+
| 98 | [jonschlinkert](https://github.com/jonschlinkert) |
338341
| 3 | [aretecode](https://github.com/aretecode) |
339342
| 2 | [miguelmota](https://github.com/miguelmota) |
340343
| 1 | [dtothefp](https://github.com/dtothefp) |
344+
| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) |
341345
| 1 | [ksheedlo](https://github.com/ksheedlo) |
342346
| 1 | [pdehaan](https://github.com/pdehaan) |
343347
| 1 | [laggingreflex](https://github.com/laggingreflex) |
@@ -347,6 +351,7 @@ You might also be interested in these projects:
347351

348352
**Jon Schlinkert**
349353

354+
* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert)
350355
* [github/jonschlinkert](https://github.com/jonschlinkert)
351356
* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)
352357

@@ -357,4 +362,4 @@ Released under the [MIT License](LICENSE).
357362

358363
***
359364

360-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 18, 2017._
365+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._

0 commit comments

Comments
 (0)