Skip to content

Commit b0ee649

Browse files
authored
Merge pull request #29 from clue-labs/rename-1.x
Rename `master` branch to `1.x`
2 parents b292dd6 + 56f74d0 commit b0ee649

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,14 @@ given event loop instance.
7979

8080
## Install
8181

82-
The recommended way to install this library is [through Composer](https://getcomposer.org).
82+
The recommended way to install this library is [through Composer](https://getcomposer.org/).
8383
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
8484

85-
This will install the latest supported version:
85+
Once released, this project will follow [SemVer](https://semver.org/).
86+
At the moment, this will install the latest development version:
8687

8788
```bash
88-
$ composer require clue/reactphp-eventsource:dev-master
89+
$ composer require clue/reactphp-eventsource:^1@dev
8990
```
9091

9192
This project aims to run on any platform and thus does not require any PHP
@@ -95,7 +96,7 @@ It's *highly recommended to use the latest supported PHP version* for this proje
9596
## Tests
9697

9798
To run the test suite, you first need to clone this repo and then install all
98-
dependencies [through Composer](https://getcomposer.org):
99+
dependencies [through Composer](https://getcomposer.org/):
99100

100101
```bash
101102
$ composer install

0 commit comments

Comments
 (0)