diff --git a/README b/README index ba0d61f..354afe4 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ Yo also need to install go dependences: github.com/gorilla/securecookie github.com/gorilla/mux \ github.com/nfnt/resize github.com/cihub/seelog \ golang.org/x/crypto/scrypt \ - github.com/rainycape/cld2 + github.com/jmhodges/gocld2 == Installation == === For admins ("for developers" below) === diff --git a/lib/parser/language.go b/lib/parser/language.go index 2a56a78..23a6831 100644 --- a/lib/parser/language.go +++ b/lib/parser/language.go @@ -4,8 +4,8 @@ import ( "io/ioutil" "strings" + "github.com/jmhodges/gocld2" "github.com/meskio/epubgo" - "github.com/rainycape/cld2" ) func GuessLang(epub *epubgo.Epub, orig_langs []string) []string {