Merge pull request #85 from slk333/patch-1

typo (psuedo -> pseudo)
This commit is contained in:
Tanner 2016-11-29 10:31:49 -05:00 committed by GitHub
commit cc58ebb31d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Here are a list of all the packages and modules included with Vapor (also useabl
- [Crypto](https://github.com/vapor/crypto): Cryptography from LibreSSL and Swift.
- Digests: Hashing with and without authentication.
- Ciphers: Encryption and decryption
- Random: Psuedo and cryptographically secure randomness.
- Random: Pseudo and cryptographically secure randomness.
- BCrypt: Pure Swift implementation.
- [Node](https://github.com/vapor/node): Data structure for easy type conversions.
- [Polymorphic](https://github.com/vapor/polymorphic): Syntax for easily accessing values from common types like JSON.