diff --git a/README.md b/README.md index 3a485b1..32fa54f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# clue/term-react [![Build Status](https://travis-ci.org/clue/php-term-react.svg?branch=master)](https://travis-ci.org/clue/php-term-react) +# clue/reactphp-term [![Build Status](https://travis-ci.org/clue/reactphp-term.svg?branch=master)](https://travis-ci.org/clue/reactphp-term) Streaming terminal emulator, built on top of [ReactPHP](https://reactphp.org/) @@ -137,7 +137,7 @@ MIT the underlying [react/stream](https://github.com/reactphp/stream) component. * If you want to process UTF-8 encoded console input, you may - want to use [clue/utf8-react](https://github.com/clue/php-utf8-react) on the resulting + want to use [clue/reactphp-utf8](https://github.com/clue/reactphp-utf8) on the resulting plain data stream. * If you want to to display or inspect the control codes, you may @@ -146,5 +146,5 @@ MIT control byte sequences. * If you want to process standard input and output (STDIN and STDOUT) from a TTY, you may - want to use [clue/stdio-react](https://github.com/clue/php-stdio-react) instead of + want to use [clue/reactphp-stdio](https://github.com/clue/reactphp-stdio) instead of using this low-level library. diff --git a/composer.json b/composer.json index 6a458dd..33c5041 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "clue/term-react", "description": "Streaming terminal emulator, built on top of ReactPHP", "keywords": ["terminal", "control codes", "xterm", "ANSI", "ASCII", "VT100", "csi", "osc", "apc", "dps", "pm", "C1", "C0", "streaming", "ReactPHP"], - "homepage": "https://github.com/clue/php-term-react", + "homepage": "https://github.com/clue/reactphp-term", "license": "MIT", "authors": [ {