Skip to content

Commit

Permalink
Update project homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 15, 2018
1 parent c6111a2 commit 86ede91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 86ede91

Please sign in to comment.