Skip to content

Commit b9cf78a

Browse files
committed
Update readme
1 parent f1df685 commit b9cf78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSON Streams
22

3-
[![GoDoc](https://godoc.org/github.com/bserdar/jsonstream)](https://godoc.org/github.com/bserdar/jsonstream)
3+
[![GoDoc](https://godoc.org/github.com/bserdar/jsonstream?status.svg)](https://godoc.org/github.com/bserdar/jsonstream)
44

55
This library supports streaming JSON streaming conventions described
66
in this [Wikipedia page](https://en.wikipedia.org/wiki/JSON_streaming).
@@ -90,4 +90,4 @@ data.
9090
err:=writer.Marshal(data)
9191
```
9292

93-
Marshal first encodes data to JSON, and then writes it to the output.
93+
Marshal first encodes data to JSON, and then writes it to the output.

0 commit comments

Comments
 (0)