Skip to content

Commit 6a7d285

Browse files
authored
Merge pull request #11 from clue-labs/name
Update project homepage
2 parents d879d7e + bc2790b commit 6a7d285

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

33
Streaming newline delimited JSON ([NDJSON](http://ndjson.org/)) parser and encoder, built on top of React PHP
44

@@ -233,10 +233,10 @@ MIT
233233
the underlying [react/stream](https://github.com/reactphp/stream) component.
234234

235235
* If you want to process compressed NDJSON files (`.ndjson.gz` file extension)
236-
you may want to use [clue/zlib-react](https://github.com/clue/php-zlib-react)
236+
you may want to use [clue/reactphp-zlib](https://github.com/clue/reactphp-zlib)
237237
on the compressed input stream before passing the decompressed stream to the NDJSON decoder.
238238

239239
* If you want to create compressed NDJSON files (`.ndjson.gz` file extension)
240-
you may want to use [clue/zlib-react](https://github.com/clue/php-zlib-react)
240+
you may want to use [clue/reactphp-zlib](https://github.com/clue/reactphp-zlib)
241241
on the resulting NDJSON encoder output stream before passing the compressed
242242
stream to the file output stream.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clue/ndjson-react",
33
"description": "Streaming newline delimited JSON (NDJSON) parser, built on top of React PHP",
44
"keywords": ["NDJSON", "newline", "JSON", "jsonlines", "streaming", "ReactPHP"],
5-
"homepage": "https://github.com/clue/php-ndjson-react",
5+
"homepage": "https://github.com/clue/reactphp-ndjson",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)