Tweaking README ... linking to contributors.

This commit is contained in:
Jeremy Ashkenas
2010-11-30 12:02:42 -05:00
parent 71439c35ac
commit 2badecf038

21
README
View File

@@ -9,26 +9,11 @@
\/___/ \/___/
Underscore is a utility-belt library for JavaScript that provides Underscore is a utility-belt library for JavaScript that provides
a lot of the functional programming support that you would expect support for the usual functional suspects (each, map, reduce, filter...)
in Prototype.js (or Ruby), but without extending any of the built- without extending any core JavaScript objects.
in JavaScript objects. It's the tie to go along with jQuery's tux.
For Docs, License, Tests, and pre-packed downloads, see: For Docs, License, Tests, and pre-packed downloads, see:
http://documentcloud.github.com/underscore/ http://documentcloud.github.com/underscore/
Many thanks to our contributors: Many thanks to our contributors:
https://github.com/documentcloud/underscore/contributors
Dmitry Baranovskiy
Tim Caswell
Samuel Clay
Mathieu D'Amours
Rick Fletcher
Mike Frawley
Kirill Ishanov
Kris Kowal
Jed Schmidt
Noah Sloan
Nick Stenning
Luke Sutton
Ryan Tenney
John Wright