Skip to content

Commit 168a395

Browse files
committed
add Promise in doc index and in README.md
1 parent 89e7655 commit 168a395

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Set of AMD plugins for RequireJS. It contains the following plugins:
77
* [i18n](#i18n)
88
* [jquery](#jquery)
99
* [maybe](#maybe)
10+
* [Promise](#promise)
1011

1112
## Status
1213

@@ -61,3 +62,9 @@ See [docs/jquery.md](./docs/jquery.md) for documentation.
6162
This plugin allows to require modules that may or may not exist.
6263

6364
See [docs/maybe.md](./docs/maybe.md) and [samples/maybe.html](./samples/maybe.html) for documentation and sample.
65+
66+
## Promise
67+
This plugin provides an ES6 Promise implementation. If the browser does not provide ES6 Promise, it provides a shim.
68+
69+
See [docs/Promise.md](./docs/Promose.md) for documentation.
70+

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Requirejs-dplugins provides a set of AMD plugins compatible with requirejs and g
1010
* [i18n](i18n.md) - provides an API to handle string translation.
1111
* [jquery](jquery.md) - loads the jquery modules if they are not loaded already.
1212
* [maybe](maybe.md) - requires modules that may or may not exist.
13+
* [Promise](Promise.md) - provides ES6 Promise implementation.

0 commit comments

Comments
 (0)