Explorar el Código

update readme after repo move

Steven Schobert hace 9 años
padre
commit
37127df855
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -15,7 +15,7 @@ languages.
 ## Installation
 
 ```sh
-go get github.com/stevenschobert/RNCryptor-go
+go get github.com/RNCryptor/RNCryptor-go
 ```
 
 ## Example
@@ -25,7 +25,7 @@ package main
 
 import(
   "fmt"
-  "github.com/stevenschobert/RNCryptor-go"
+  "github.com/RNCryptor/RNCryptor-go"
 )
 
 func main() {