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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# clue/utf8-react [![Build Status](https://travis-ci.org/clue/php-utf8-react.svg?branch=master)](https://travis-ci.org/clue/php-utf8-react)
# clue/reactphp-utf8 [![Build Status](https://travis-ci.org/clue/reactphp-utf8.svg?branch=master)](https://travis-ci.org/clue/reactphp-utf8)

Streaming UTF-8 parser, built on top of [ReactPHP](https://reactphp.org/)

Expand Down Expand Up @@ -89,7 +89,7 @@ MIT
the underlying [react/stream](https://github.com/reactphp/stream) component.

* If you want to process ASCII control characters or ANSI / VT100 control byte sequences, you may
want to use [clue/term-react](https://github.com/clue/php-term-react) on the raw input
want to use [clue/reactphp-term](https://github.com/clue/reactphp-term) on the raw input
stream before passing the resulting stream to the UTF-8 sequencer.

* If you want to to display or inspect the byte sequences, you may
Expand Down
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/utf8-react",
"description": "Streaming UTF-8 parser, built on top of ReactPHP",
"keywords": ["UTF-8", "utf8", "unicode", "streaming", "ReactPHP"],
"homepage": "https://github.com/clue/php-utf8-react",
"homepage": "https://github.com/clue/reactphp-utf8",
"license": "MIT",
"authors": [
{
Expand Down