From 8f3230827d4d4b7a4008a305736f550e32ef5ea5 Mon Sep 17 00:00:00 2001 From: Lauricio Su Date: Sun, 17 Aug 2014 16:31:41 +0700 Subject: [PATCH] Typos in the docs examples --- Please_docs.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Please_docs.txt b/Please_docs.txt index 8fade7f..ec8e34a 100755 --- a/Please_docs.txt +++ b/Please_docs.txt @@ -57,7 +57,7 @@ Here are the defaults for each option: golden: true, full_random: false, colors_returned: 1, - format: 'hex', + format: 'hex' } Here is an example of a fully random color call: @@ -113,7 +113,7 @@ Here is an example of a complementary scheme in hex: Please.make_scheme( { h: 130, - s: .7. + s: .7, v: .75 }, { @@ -125,7 +125,7 @@ Here is an example that will produce a triadic scheme in rgb-strings: Please.make_scheme( { h: 130, - s: .7. + s: .7, v: .75 }, {