Skip to content

Commit

Permalink
Merge pull request #20 from jdecool/readme-badge
Browse files Browse the repository at this point in the history
Add CI badge in the README
  • Loading branch information
skolodyazhnyy authored Jan 12, 2021
2 parents 06f4419 + 6e0ba1a commit f7f83c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PHP JSON Component
==================

[![Build Status](https://github.com/skolodyazhnyy/json-stream/workflows/CI/badge.svg)](https://github.com/skolodyazhnyy/json-stream/actions?query=workflow%3ACI)

This project is a rewritten fork of few very nice JSON libs for PHP:

- [salsify/jsonstreamingparser](https://github.com/salsify/jsonstreamingparser) - Json Stream Parser
Expand Down Expand Up @@ -57,4 +59,4 @@ $reader->enter(Reader::TYPE_OBJECT); // enter root object
$reader->leave(); // leave root object

fclose($fh);
```
```

0 comments on commit f7f83c6

Please sign in to comment.