From 763f3297f776925bec6132ddbd7ea5420d500d2d Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Fri, 23 Feb 2018 20:49:54 +0000 Subject: [PATCH] Fixed readme markdown --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1ea3e9..5688913 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,10 @@ const froth = require('mocha-froth') ``` Use the syntax `froth(num, max, opt)`where: -*num* is the number of strings generated -*max* is the maximum string length -*opt* is an object of options for characters to include + +* *num* is the number of strings generated +* *max* is the maximum string length +* *opt* is an object of options for characters to include ```javascript opt = { @@ -37,7 +38,7 @@ opt = { } ``` -## Examples +### Examples Create ten random strings, each up to twenty characters (default):