From 28a42436135dd5484df2d68b26ba9609aebd8ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 19 Dec 2020 17:26:26 +0100 Subject: [PATCH] Update project homepage --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": [ {