diff --git a/README.md b/README.md index 04ad7a4..17e49b1 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ This will build a combined list and choose at random between all those words. ```typescript import { generate } from 'canihazusername' -const username = generate('{age|cats|...}') +const username = generate('{quantity|age|cats|}') ``` +This example will choose a random word between the `quantity`, `age` and `cats` list. + ## 🗂 Lists - age