From c186373064eb2407d5cb7ec2a87ddee4bb0bbc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 21 May 2019 19:49:12 +0200 Subject: [PATCH] Update project homepage --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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": [ {