From 30709530f5b9b10fc1f099c4be449259113f315a Mon Sep 17 00:00:00 2001 From: Romain Edelmann Date: Fri, 9 Aug 2013 20:57:29 +0200 Subject: [PATCH] Minor tweeks. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 204a484..07c2297 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,10 @@ Name | Comments | Entropy (in bits) :--- | :------- | :---------------- safe | A mix of 18 ascii symbols. (default) | 115 alpha | A mix of 18 alphanumeric symbols. | 104 -parano | 78 ascii characters | 512 -pokemons | 4 classic Pokémons, each with a level up to 100 | 55 +parano | 78 ascii characters. | 512 +pokemons | 4 classic Pokémons, each with a level up to 100. | 55 diceware | 5 words out of the [diceware's list][diceware]. | 65 -pinXX | `XX` digits (useful for PIN codes) | `3.3 * XX` +pinXX | `XX` digits. (useful for PIN codes) | `3.3 * XX` ## How it works