@@ -4,7 +4,7 @@ core.lambda
4
4
[ ![ Build Status] ( https://secure.travis-ci.org/folktale/core.lambda.png?branch=master )] ( https://travis-ci.org/folktale/core.lambda )
5
5
[ ![ NPM version] ( https://badge.fury.io/js/core.lambda.png )] ( http://badge.fury.io/js/core.lambda )
6
6
[ ![ Dependencies Status] ( https://david-dm.org/folktale/core.lambda.png )] ( https://david-dm.org/folktale/core.lambda )
7
- [ ![ experimental ] ( http://hughsk .github.io/stability-badges/dist/experimental .svg )] ( http://github.com/hughsk /stability-badges )
7
+ [ ![ stable ] ( http://badges .github.io/stability-badges/dist/stable .svg )] ( http://github.com/badges /stability-badges )
8
8
9
9
10
10
Core combinators and higher-order functions
@@ -57,7 +57,7 @@ require(['core.lambda'], function(Lambda) {
57
57
### Using without modules
58
58
59
59
[ Download the latest release] [ release ] , and load the ` core.lambda.umd.js `
60
- file. The properties are exposed in the global ` Lambda ` object:
60
+ file. The properties are exposed in the global ` folktale.core.lambda ` object:
61
61
62
62
``` html
63
63
<script src =" /path/to/core.lambda.umd.js" ></script >
@@ -82,12 +82,12 @@ any JavaScript environment.
82
82
83
83
You can [ read the documentation online] [ docs ] or build it yourself:
84
84
85
- $ git clone git://github.com/folktale/monads.maybe .git
86
- $ cd monads.maybe
85
+ $ git clone git://github.com/folktale/core.lambda .git
86
+ $ cd core.lambda
87
87
$ npm install
88
88
$ make documentation
89
89
90
- Then open the file ` docs/literate/ index.html ` in your browser.
90
+ Then open the file ` docs/index.html ` in your browser.
91
91
92
92
93
93
## Platform support
@@ -111,6 +111,6 @@ Released under the [MIT licence](https://github.com/folktale/core.lambda/blob/ma
111
111
[ es5-shim ] : https://github.com/kriskowal/es5-shim
112
112
[ docs ] : http://folktale.github.io/core.lambda
113
113
<!-- [release: https://github.com/folktale/core.lambda/releases/download/v$VERSION/core.lambda-$VERSION.tar.gz] -->
114
- [ release ] : https://github.com/folktale/core.lambda/releases/download/v0.3 .0/core.lambda-0.3 .0.tar.gz
114
+ [ release ] : https://github.com/folktale/core.lambda/releases/download/v1.0 .0/core.lambda-1.0 .0.tar.gz
115
115
<!-- [/release] -->
116
116
0 commit comments