Skip to content

Commit

Permalink
correct invocation of command line
Browse files Browse the repository at this point in the history
  • Loading branch information
seanjensengrey committed Jan 15, 2016
1 parent ca3eec0 commit ff601d9
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 @@ -59,7 +59,7 @@ By default, robinson will load test.html and test.css from the `examples`
directory. You can use the `--html` and `--css` arguments to the robinson
executable to change the input files:

./target/robinson --html file.html --css file.css
./target/debug/robinson --html examples/test.html --css examples/test.css

The rendered page will be saved to a file named `output.png`. To change the
output filename, use the `-o` option. To switch to PDF output, use add
Expand Down

0 comments on commit ff601d9

Please sign in to comment.