diff --git a/README.md b/README.md index eebced1..fb8598d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ server handling and examples of each. ## Installation ```#!bash -$ go get github.com/prologic/go-gopher/... +$ go get github.com/prologic/go-gopher ``` ## Usage @@ -21,11 +21,6 @@ $ go get github.com/prologic/go-gopher/... import "github.com/prologic/go-gopher" ``` -Or run the builtin (*very simple*) server: -```#!bash -$ gopherd -``` - ## Example ### Client