Skip to content

Commit

Permalink
Typos in the docs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauricio Su committed Aug 17, 2014
1 parent 06e677f commit 8f32308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Please_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
},
{
Expand All @@ -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
},
{
Expand Down

0 comments on commit 8f32308

Please sign in to comment.