From 90998da30878173c22c4c342599661aed4628c12 Mon Sep 17 00:00:00 2001 From: tomByrer Date: Tue, 19 Jun 2012 19:53:50 -0600 Subject: [PATCH] + cdn js' hosting Former-commit-id: 4276796f0fa31602060860da9c45c43dce34e8c4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7db879f3..a9283316e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Lo-Dash’s performance is gained by avoiding slower native methods, instead opt * [Development source](https://raw.github.com/bestiejs/lodash/v0.3.2/lodash.js) * [Production source](https://raw.github.com/bestiejs/lodash/v0.3.2/lodash.min.js) + * For faster serving, use [cdn js'](https://www.cdnjs.com/#/search/lodash) cloud hosted [v0.3.2 file here](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.3.2/lodash.min.js), thanks to [CloudFlare](http://www.cloudflare.com/)! * For optimal performance, [create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need ## Dive in