소스 검색

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() {