Use jsdelivr combo src for fp example. [ci skip]

This commit is contained in:
John-David Dalton
2016-09-10 14:22:38 -07:00
parent 4c5bead5c6
commit 4019eb65f2

View File

@@ -9,8 +9,7 @@ to produce immutable auto-curried iteratee-first data-last methods.
In a browser:
```html
<script src='path/to/lodash.js'></script>
<script src='path/to/lodash.fp.js'></script>
<script src='https://cdn.jsdelivr.net/g/lodash@4(lodash.min.js+lodash.fp.min.js)'></script>
<script>
// Loading `lodash.fp.js` converts `_` to its fp variant.
_.defaults({ 'a': 2, 'b': 2 })({ 'a': 1 });