Skip to content

Commit 369aea9

Browse files
committed
Fix install
1 parent 4fbd5b8 commit 369aea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ syntax headers.
1616

1717
## Install
1818

19-
If you have Go, go-get it:
19+
If you have Go, go get it:
2020

2121
```sh
2222
# Make sure GOPATH/bin is in your PATH
23-
go get github.com/katcipis/mdtoc/cmd/mdtoc
23+
go get github.com/madlambda/mdtoc/cmd/mdtoc
2424
```
2525
If not, install Go :-).
2626

0 commit comments

Comments
 (0)