Skip to content

Commit 82d5ec7

Browse files
fix: update module name (#8)
1 parent 336adc2 commit 82d5ec7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ brew install note
3030
### Using Go
3131

3232
```
33-
go install github.com/armandsauzay/note@latest
33+
go install github.com/armand-sauzay/note@latest
3434
```
3535

3636
### From Source
3737

3838
```
39-
git clone https://github.com/armandsauzay/note.git
39+
git clone https://github.com/armand-sauzay/note.git
4040
cd note
4141
go install .
4242
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module note
1+
module github.com/armand-sauzay/note
22

33
go 1.21
44

0 commit comments

Comments
 (0)