Skip to content

Commit d726517

Browse files
committed
Use short library name
1 parent b8639b0 commit d726517

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
React/Promise
2-
=============
1+
Promise
2+
=======
33

44
A lightweight implementation of
55
[CommonJS Promises/A](http://wiki.commonjs.org/wiki/Promises/A) for PHP.
@@ -56,7 +56,7 @@ Table of Contents
5656
Introduction
5757
------------
5858

59-
React/Promise is a library implementing
59+
Promise is a library implementing
6060
[CommonJS Promises/A](http://wiki.commonjs.org/wiki/Promises/A) for PHP.
6161

6262
It also provides several other useful promise-related concepts, such as joining
@@ -729,7 +729,7 @@ You can get the original rejection reason by calling `$exception->getReason()`.
729729
Credits
730730
-------
731731

732-
React/Promise is a port of [when.js](https://github.com/cujojs/when)
732+
Promise is a port of [when.js](https://github.com/cujojs/when)
733733
by [Brian Cavalier](https://github.com/briancavalier).
734734

735735
Also, large parts of the documentation have been ported from the when.js
@@ -739,4 +739,4 @@ Also, large parts of the documentation have been ported from the when.js
739739
License
740740
-------
741741

742-
React/Promise is released under the [MIT](https://github.com/reactphp/promise/blob/master/LICENSE) license.
742+
Released under the [MIT](LICENSE) license.

0 commit comments

Comments
 (0)