From 4266152eb8f70802dd80e3f6def9621b95139715 Mon Sep 17 00:00:00 2001 From: Donovan Jimenez Date: Tue, 10 Apr 2012 18:59:18 -0400 Subject: [PATCH] Update readme for project name change, go get doesn't like .go at the end of the github project name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9be2c2..c197515 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ The main method of installation is through "go install" (provided in $GOROOT/bin) - go install github.com/djimenez/iconv.go + go install github.com/djimenez/iconv-go # Usage To use the package, you'll need the appropriate import statement: import ( - iconv "github.com/djimenez/iconv.go" + iconv "github.com/djimenez/iconv-go" ) ## Converting string Values