We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336adc2 commit 82d5ec7Copy full SHA for 82d5ec7
README.md
@@ -30,13 +30,13 @@ brew install note
30
### Using Go
31
32
```
33
-go install github.com/armandsauzay/note@latest
+go install github.com/armand-sauzay/note@latest
34
35
36
### From Source
37
38
39
-git clone https://github.com/armandsauzay/note.git
+git clone https://github.com/armand-sauzay/note.git
40
cd note
41
go install .
42
go.mod
@@ -1,4 +1,4 @@
1
-module note
+module github.com/armand-sauzay/note
2
3
go 1.21
4
0 commit comments