From c33bcbfadcea53d1af6fc07faf9993a8c02b3001 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Fri, 23 Feb 2018 20:47:54 +0000 Subject: [PATCH] Converted readme to tabs --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ff8ad1c..a1ea3e9 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ Use the syntax `froth(num, max, opt)`where: ```javascript opt = { // Set to true to include tests with... - none: true, // Empty string - whitespace: true, // Various whitespace chars - quotes: true, // Combinations of quotes - backslashing: true, // Combinations of backslashes - symbols: true, // Various symbols - foreign: true, // Foreign chars - alphanumeric: true, // Ordinary letters and numbers + none: true, // Empty string + whitespace: true, // Various whitespace chars + quotes: true, // Combinations of quotes + backslashing: true, // Combinations of backslashes + symbols: true, // Various symbols + foreign: true, // Foreign chars + alphanumeric: true, // Ordinary letters and numbers } ```