We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1df685 commit b9cf78aCopy full SHA for b9cf78a
readme.md
@@ -1,6 +1,6 @@
1
# JSON Streams
2
3
-[](https://godoc.org/github.com/bserdar/jsonstream)
+[](https://godoc.org/github.com/bserdar/jsonstream)
4
5
This library supports streaming JSON streaming conventions described
6
in this [Wikipedia page](https://en.wikipedia.org/wiki/JSON_streaming).
@@ -90,4 +90,4 @@ data.
90
err:=writer.Marshal(data)
91
```
92
93
-Marshal first encodes data to JSON, and then writes it to the output.
+Marshal first encodes data to JSON, and then writes it to the output.
0 commit comments