Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kesac/Syllabore
Browse files Browse the repository at this point in the history
  • Loading branch information
kesac committed Oct 11, 2023
2 parents d40b30d + 184c841 commit 4a9d117
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
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();
Console.WriteLine(g.Next());
```
This will return names like:
```
Taigla
Zoren
Ocri
Pheras
Domar
Teso
```

## Tailoring Characters
Expand Down

0 comments on commit 4a9d117

Please sign in to comment.