Skip to content

Commit

Permalink
Use short library name
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Apr 13, 2017
1 parent b8639b0 commit d726517
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,5 +1,5 @@
React/Promise
=============
Promise
=======

A lightweight implementation of
[CommonJS Promises/A](http://wiki.commonjs.org/wiki/Promises/A) for PHP.
Expand Down Expand Up @@ -56,7 +56,7 @@ Table of Contents
Introduction
------------

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

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

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

Also, large parts of the documentation have been ported from the when.js
Expand All @@ -739,4 +739,4 @@ Also, large parts of the documentation have been ported from the when.js
License
-------

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

0 comments on commit d726517

Please sign in to comment.