Skip to content

Commit 53fd7cd

Browse files
committed
Update project homepage
1 parent 2ffde0b commit 53fd7cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clue/utf8-react [![Build Status](https://travis-ci.org/clue/php-utf8-react.svg?branch=master)](https://travis-ci.org/clue/php-utf8-react)
1+
# clue/reactphp-utf8 [![Build Status](https://travis-ci.org/clue/reactphp-utf8.svg?branch=master)](https://travis-ci.org/clue/reactphp-utf8)
22

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

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

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

9595
* If you want to to display or inspect the byte sequences, you may

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clue/utf8-react",
33
"description": "Streaming UTF-8 parser, built on top of ReactPHP",
44
"keywords": ["UTF-8", "utf8", "unicode", "streaming", "ReactPHP"],
5-
"homepage": "https://github.com/clue/php-utf8-react",
5+
"homepage": "https://github.com/clue/reactphp-utf8",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)