diff --git a/README.md b/README.md index a8e1a6d..1eb0d50 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Currently the id space is about 100,000 ids (100 * 100 * 100). The goal is to have several billion possible combinations by adding more words as well as expanding the ids to have verbs and adverbs. +For a larger address space now, consider , +which also has the benefit of bi-directional conversion. + Usage ======= @@ -99,6 +102,18 @@ The pre-publish script outputs the formatted javascript. * grey, gray, bore, boar (two ways of spelling the same word or sound) * prawn (not well-known) +Resources +========= + +Add more words and strategies from + + * + * The Dolch List + * + * + * + * + TODO ====