Skip to content

Commit 70fec40

Browse files
committed
doc: readme
1 parent a0772e0 commit 70fec40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ git checkout v1.4.0
2424
## Install go-checksum
2525

2626
```sh
27-
go get github.com/vikyd/go-checksum
27+
go get -u github.com/vikyd/go-checksum
2828
```
2929

30-
## Calc checksum of go.mod
30+
## Calc checksum of `go.mod`
3131

3232
```sh
3333
go-checksum relOrAbsPathOfGinDir/go.mod
3434
```
3535

36-
should prints like:
36+
will print like:
3737

3838
```
3939
file: /Users/viky/tmp/gin/go.mod
@@ -65,7 +65,7 @@ go-checksum relOrAbsPathOfGinDir github.com/gin-gonic/[email protected]
6565
- 2nd param: module prefix with version
6666
- necessary for dir checksum
6767

68-
should prints like:
68+
will **print** like:
6969

7070
```
7171
directory: /Users/viky/tmp/gin
@@ -86,7 +86,7 @@ the online checksum: `github.com/gin-gonic/gin v1.4.0 h1:3tMoCCfM7ppqsR0ptz/wi1i
8686

8787
# Explain
8888

89-
## How go.mod checksum works?
89+
## How `go.mod` checksum works?
9090

9191
Steps:
9292

0 commit comments

Comments
 (0)