lodash: Move the screencast note higher in the README.md. [jddalton]

Former-commit-id: dc22ba34a0764add4871426c33ace76fea30bd1b
This commit is contained in:
John-David Dalton
2012-04-24 03:13:28 -04:00
parent e0971cd02c
commit 89c986d50f

View File

@@ -2,6 +2,10 @@
A drop-in replacement for [Underscore.js](https://github.com/documentcloud/underscore/) that delivers up to [8x performance improvements](http://jsperf.com/lodash-underscore#chart=bar), [bug fixes](https://github.com/bestiejs/lodash/blob/master/test/test.js#L71), and additional features.
## Screencast
For more information check out [this screencast](http://dl.dropbox.com/u/513327/allyoucanleet/post/20/file/screencast.mp4) over Lo-Dash.
## BestieJS
Lo-Dash is part of the BestieJS *"Best in Class"* module collection. This means we promote solid browser/environment support, ES5 precedents, unit testing, and plenty of documentation.
@@ -22,10 +26,6 @@ Lo-Dash's performance is gained by avoiding native methods, instead opting for s
Lo-Dash comes with AMD loader support baked in, chainable `_.each`, and will [soon address](https://github.com/bestiejs/lodash/wiki/Roadmap) cross-browser object iteration issues.
## Screencast
For more information check out [this screencast](http://dl.dropbox.com/u/513327/allyoucanleet/post/20/file/screencast.mp4) over Lo-Dash.
## Installation and usage
In a browser: