From b2ff7da594ddfec4fabba07c3a81b255bf38e2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Lemp=C3=A9ri=C3=A8re?= Date: Wed, 11 Feb 2015 22:48:45 +0300 Subject: [PATCH] Fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5d31861c4..b120a13af8 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ List of Packages | passport-linkedin-oauth2 | Sign-in with LinkedIn plugin. | | passport-oauth | Allows you to set up your own OAuth 1.0a and OAuth 2.0 strategies. | | request | Simplified HTTP request library. | -| lodash | Handy JavaScript utlities library. | +| lodash | Handy JavaScript utilities library. | | uglify-js | Dependency for connect-assets library to minify JS. | | mocha | Test framework. | | chai | BDD/TDD assertion library. |