Browse Source

update readme

Steven Schobert 9 năm trước cách đây
mục cha
commit
9d2f962275
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -8,8 +8,9 @@ Go implementation of [RNCryptor](http://rncryptor.github.io).
 > RNCryptor is a data format specificiation for AES encryption, with AES-256, random-salted PBKDF2,
 > AES-CBC, random IV, and HMAC. It has implementations in several languages.
 
-You can head over to the [RNCryptor Website](http://rncryptor.github.io) for more information,
-or checkout the [GitHub Org](https://github.com/RNCryptor) for other implementations.
+You can head over to the [RNCryptor website](http://rncryptor.github.io) for more information,
+or checkout the [GitHub Organization](https://github.com/RNCryptor) for implementations in other
+languages.
 
 ## Installation