diff --git a/README.md b/README.md index 57fd59d..339a1ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# clue/shell-react [![Build Status](https://travis-ci.org/clue/php-shell-react.svg?branch=master)](https://travis-ci.org/clue/php-shell-react) +# clue/reactphp-shell [![Build Status](https://travis-ci.org/clue/reactphp-shell.svg?branch=master)](https://travis-ci.org/clue/reactphp-shell) -Run async commands within any interactive shell command, built on top of React PHP. +Run async commands within any interactive shell command, built on top of [ReactPHP](https://reactphp.org/). > Note: This project is in beta stage! Feel free to report any issues you encounter. diff --git a/composer.json b/composer.json index ed0dc96..ad61329 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "clue/shell-react", - "description": "Run async commands within any interactive shell command", + "description": "Run async commands within any interactive shell command, built on top of ReactPHP.", "keywords": ["interactive", "sheller", "ReactPHP", "async"], - "homepage": "https://github.com/clue/php-shell-react", + "homepage": "https://github.com/clue/reactphp-shell", "license": "MIT", "authors": [ {