Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk authored Jan 30, 2017
1 parent a56966b commit 39e4f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add to your project.clj file:
(render "/tmp/" (partition 2 (hues 10)))

;;Render to file, convert arguments to colors
(render "/tmp/" (partition 2 (range 10)))
(render-as-colors "/tmp/" (partition 2 (range 10)))

;;Render assuming arguments are colors
(view (partition 2 (hues 10)))
Expand Down

0 comments on commit 39e4f1d

Please sign in to comment.