From 184c84127a3ebd9f92977ce12c15f54ebbca3f23 Mon Sep 17 00:00:00 2001 From: Kevin Sacro Date: Mon, 9 Oct 2023 18:20:51 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 410bfff..ee21cd1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 1. [License](#license) ## Quick Start -Use the ```NameGenerator``` class to generate names. Call ``Next()`` to get a new name. By default, [all consonants and vowels in the English language](https://github.com/kesac/Syllabore/wiki/DefaultSyllableGenerator) will be used in syllables. +Use the ```NameGenerator``` class to generate names. Call ``Next()`` to get a new name. By default, [a subset of consonants and vowels from the English language](https://github.com/kesac/Syllabore/wiki/DefaultSyllableGenerator) will be used. ```csharp var g = new NameGenerator(); @@ -27,9 +27,9 @@ Console.WriteLine(g.Next()); ``` This will return names like: ``` -Taigla -Zoren -Ocri +Pheras +Domar +Teso ``` ## Tailoring Characters