Skip to content

Commit c7dc2f2

Browse files
committed
updated the readme
1 parent d8a21bc commit c7dc2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ It is also supported to use another ghostscript executable, which is especially
6868
<pre><code>
6969
# specifying another ghostscript executable, win64 in this example
7070
# the ghostscript/bin folder still has to be in the PATH for this to work
71-
Grim.processor = Grim::ImageMagickProcessor.new({:ghostscript_executable => "gswin64c.exe"})
71+
Grim.processor = Grim::ImageMagickProcessor.new({:ghostscript_path => "gswin64c.exe"})
7272

73-
pdf = Grim.reap('/path/to/pdf)
73+
pdf = Grim.reap('/path/to/pdf')
7474
</code></pre>
7575

7676
h2. Reference

0 commit comments

Comments
 (0)