Update readme for project name change, go get doesn't like .go at the end of the github project name

This commit is contained in:
Donovan Jimenez 2012-04-10 18:59:18 -04:00
parent d8ca80955a
commit 4266152eb8

View File

@ -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