瀏覽代碼

update readme after repo move

Steven Schobert 9 年之前
父節點
當前提交
37127df855
共有 1 個文件被更改,包括 2 次插入2 次删除
  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() {