Browse Source

update readme after repo move

Steven Schobert 9 years ago
parent
commit
37127df855
1 changed files with 2 additions and 2 deletions
  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() {