Skip to content

Commit 32edf62

Browse files
authored
Merge pull request #79 from svenfinke/master
Fix URL
2 parents 6fe69a0 + 5d06d3f commit 32edf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information take a look at the [manual](docs/manual.md), the [examples]
2323
Probably the easiest way to install `commander` is by using `go get` to download and install it in one simple command:
2424

2525
```bash
26-
go get github.com/svenfinke/commander/cmd/commander
26+
go get github.com/SimonBaeumer/commander/cmd/commander
2727
```
2828

2929
This works on any OS, as long as go is installed. If go is not installed on your system, follow one of the methods below.

0 commit comments

Comments
 (0)