Skip to content

Commit 2d48218

Browse files
committed
README improvements
* Adjust title * Move travis badge to new line * Fix ReactPHP spelling and use https for link * Adjust license section with link to LICENSE
1 parent 3bc527f commit 2d48218

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# react/promise-timer [![Build Status](https://travis-ci.org/reactphp/promise-timer.svg?branch=master)](https://travis-ci.org/reactphp/promise-timer)
1+
# PromiseTimer
22

3-
A trivial implementation of timeouts for `Promise`s, built on top of [React PHP](http://reactphp.org/).
3+
[![Build Status](https://travis-ci.org/reactphp/promise-timer.svg?branch=master)](https://travis-ci.org/reactphp/promise-timer)
4+
5+
A trivial implementation of timeouts for `Promise`s, built on top of [ReactPHP](https://reactphp.org/).
46

57
**Table of contents**
68

@@ -361,4 +363,4 @@ $ php vendor/bin/phpunit
361363

362364
## License
363365

364-
MIT
366+
MIT, see [LICENSE file](LICENSE).

0 commit comments

Comments
 (0)