Skip to content

Commit 8777add

Browse files
authored
Merge pull request #72 from clue-labs/name
Update project homepage
2 parents 61d1ccd + f164097 commit 8777add

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clue/stdio-react [![Build Status](https://travis-ci.org/clue/php-stdio-react.svg?branch=master)](https://travis-ci.org/clue/php-stdio-react)
1+
# clue/reactphp-stdio [![Build Status](https://travis-ci.org/clue/reactphp-stdio.svg?branch=master)](https://travis-ci.org/clue/reactphp-stdio)
22

33
Async, event-driven and UTF-8 aware console input & output (STDIN, STDOUT) for
44
truly interactive CLI applications, built on top of [ReactPHP](https://reactphp.org).
@@ -625,7 +625,7 @@ Your only option would be to entirely
625625
However this package does work on [`Windows Subsystem for Linux`](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux)
626626
(or WSL) without issues. We suggest [installing WSL](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide)
627627
when you want to run this package on Windows.
628-
See also [#18](https://github.com/clue/php-stdio-react/issues/18) for more details.
628+
See also [#18](https://github.com/clue/reactphp-stdio/issues/18) for more details.
629629

630630
## Tests
631631

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clue/stdio-react",
33
"description": "Async, event-driven console input & output (STDIN, STDOUT) for truly interactive CLI applications, built on top of ReactPHP",
44
"keywords": ["stdio", "stdin", "stdout", "interactive", "CLI", "readline", "autocomplete", "autocompletion", "history", "ReactPHP", "async"],
5-
"homepage": "https://github.com/clue/php-stdio-react",
5+
"homepage": "https://github.com/clue/reactphp-stdio",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)