Skip to content

Commit ad7bf08

Browse files
authored
Update README.md
1 parent aa16eee commit ad7bf08

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
@@ -19,7 +19,7 @@
1919
1. go.mod
2020

2121
```
22-
require github.com/stephenfire/go-rtl v1.0.1
22+
require github.com/stephenfire/go-rtl v1.0.4
2323
```
2424

2525
2. 引入包
@@ -77,4 +77,4 @@
7777
if err := rtl.Unmarshal(bs, newv3); err != nil {
7878
t.Error(err)
7979
}
80-
```
80+
```

0 commit comments

Comments
 (0)