Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down Expand Up @@ -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
Expand All @@ -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.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down