Skip to content

Commit c6c7a09

Browse files
authored
Merge pull request #8 from clue-labs/name
Update project homepage
2 parents b03e4a5 + c186373 commit c6c7a09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

3-
Run async commands within any interactive shell command, built on top of React PHP.
3+
Run async commands within any interactive shell command, built on top of [ReactPHP](https://reactphp.org/).
44

55
> Note: This project is in beta stage! Feel free to report any issues you encounter.
66

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "clue/shell-react",
3-
"description": "Run async commands within any interactive shell command",
3+
"description": "Run async commands within any interactive shell command, built on top of ReactPHP.",
44
"keywords": ["interactive", "sheller", "ReactPHP", "async"],
5-
"homepage": "https://github.com/clue/php-shell-react",
5+
"homepage": "https://github.com/clue/reactphp-shell",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)