Skip to content

Commit

Permalink
Merge pull request #32 from Lauricio/master
Browse files Browse the repository at this point in the history
TY
  • Loading branch information
Fooidge committed Sep 6, 2014
2 parents c5e1939 + 8f32308 commit 617ebe9
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 617ebe9

Please sign in to comment.