# HG changeset patch # User Mikael Berthe # Date 1523135565 -7200 # Node ID 3cd2cd2725bd5132076dfe8d266086f03a94326c # Parent 7ec01b4afa32219838bf22dc4e9e438dd8df9e7d Fix mistake in README diff -r 7ec01b4afa32 -r 3cd2cd2725bd README.md --- a/README.md Sat Apr 07 23:08:13 2018 +0200 +++ b/README.md Sat Apr 07 23:12:45 2018 +0200 @@ -23,7 +23,7 @@ To build the gotak CLI utility, you can use the following command (with Go 1.8+): ``` -go get github.com/takuzu/gotak +go get github.com/McKael/takuzu/gotak ``` (If you use the Mercurial repository, you have to update the import path manually.)