Skip to content

Commit 7d8a23f

Browse files
authored
Update README.md
1 parent e2a7a32 commit 7d8a23f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This module converts a (ND)JSON stream to a messagepack stream on-the-fly.
44

5+
[See package documentation](https://pkg.go.dev/github.com/arivum/json2msgpackStreamer)
6+
57
## How to use
68

79
```go
@@ -78,4 +80,4 @@ func main() {
7880
i++
7981
}
8082
}
81-
```
83+
```

0 commit comments

Comments
 (0)