From e0558c438eea5559182377abff2e16f52aa80dd9 Mon Sep 17 00:00:00 2001 From: slk333 Date: Mon, 28 Nov 2016 22:12:11 +0100 Subject: [PATCH] typo (psuedo -> pseudo) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad73d0b..53bf1e04 100644 --- a/README.md +++ b/README.md @@ -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.