From 993dd84af91d2f3919491241d9f0d6daf16156d3 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 30 Jul 2013 23:59:40 -0700 Subject: [PATCH] Add dojo amd loader to the list of loaders supported in the readme. Former-commit-id: 07504c1edeb540aa4103909a69ab83c47b9e7e18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5172e4f4b..09f75930a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ For more information check out these articles, screencasts, and other videos ove ## Features - * AMD loader support ([RequireJS](http://requirejs.org/), [curl.js](https://github.com/cujojs/curl), etc.) + * AMD loader support ([RequireJS](http://requirejs.org/), [curl.js](https://github.com/cujojs/curl), [dojo](https://github.com/dojo/dojo), etc.) * [_(…)](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”* defined](http://michaux.ca/articles/lazy-function-definition-pattern) methods