From 2c4375a338739f1b4cc3a168ab8368d3a6744c97 Mon Sep 17 00:00:00 2001 From: Nicco Date: Thu, 6 Feb 2020 10:17:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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