From 4d484411027ed250fb592cf92902667f4eb8838f Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 12 Feb 2014 19:51:14 -0800 Subject: [PATCH] Tweak features bullets in readme. [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1883ea70..42e0c1925 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ A list of upcoming features is available on our [roadmap](https://github.com/lod ## Features *not* in Underscore * ~100% [code coverage](https://coveralls.io/r/lodash) - * Module collections for [AMD](https://github.com/lodash/lodash-amd/tree/2.4.1), [Node.js](https://npmjs.org/package/lodash-node), & as [npm packages](https://npmjs.org/browse/keyword/lodash-modularized) - * [Semantic versioning](http://semver.org/) support for releases + * Module bundles for [AMD](https://github.com/lodash/lodash-amd/tree/2.4.1) & [Node.js](https://npmjs.org/package/lodash-node) as well as [npm packages](https://npmjs.org/browse/keyword/lodash-modularized) + * Follows [semantic versioning](http://semver.org/) for releases * [_(…)](http://lodash.com/docs#_) supports intuitive chaining * [_.at](http://lodash.com/docs#at) for cherry-picking collection values * [_.bindKey](http://lodash.com/docs#bindKey) for binding [*“lazy”*](http://michaux.ca/articles/lazy-function-definition-pattern) defined methods