diff --git a/README.md b/README.md index e98108b..6464162 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clue/json-stream -[![CI status](https://github.com/clue/php-json-stream/workflows/CI/badge.svg)](https://github.com/clue/php-json-stream/actions) +[![CI status](https://github.com/clue/json-stream/workflows/CI/badge.svg)](https://github.com/clue/json-stream/actions) A really simple and lightweight, incremental parser for [JSON streaming](https://en.wikipedia.org/wiki/JSON_Streaming) (concatenated JSON and [line delimited JSON](https://en.wikipedia.org/wiki/Line_Delimited_JSON)), in PHP. diff --git a/composer.json b/composer.json index 25a3918..48ddcd1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "clue/json-stream", "description": "Lightweight incremental streaming JSON parser", "keywords": ["JSON", "streaming parser", "incremental parser"], - "homepage": "https://github.com/clue/php-json-stream", + "homepage": "https://github.com/clue/json-stream", "license": "MIT", "authors": [ {