Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
added missing quotation mark to dynamic argument example
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus committed Sep 2, 2011
1 parent 3a6eae9 commit 904a17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Allowing arguments to be dynamic.
line = Cocaine::CommandLine.new("convert", ":in -scale :resolution :out",
:in => "omg.jpg",
:resolution => "32x32",
:out => omg_thumb.jpg")
:out => "omg_thumb.jpg")
line.command # => "convert 'omg.jpg' -scale '32x32' 'omg_thumb.jpg'"
```

Expand Down

0 comments on commit 904a17f

Please sign in to comment.