Skip to content

Commit 41a89eb

Browse files
authored
Merge pull request #4 from dsa0x/fix/readme-install-guide
Fix dsaOx typo
2 parents c5b6d34 + 7a8d290 commit 41a89eb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use sicher in your project, you need to install the go module as a library an
1919
Installing the library,
2020

2121
```shell
22-
go get github.com/dsaOx/sicher
22+
go get github.com/dsa0x/sicher
2323
```
2424

2525
Installing the command line interface,:

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module github.com/dsa0x/sicher
22

33
go 1.17
44

5-
require (
6-
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b // indirect
7-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
8-
)
5+
require github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
6+
7+
require golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect

0 commit comments

Comments
 (0)