Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit fd2468c

Browse files
author
Julien Neuhart
committed
fixing typo in README
1 parent 2fd4d87 commit fd2468c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ req.Assets(style, img)
4747
req.PaperSize(gotenberg.A4)
4848
req.Margins(gotenberg.NoMargins)
4949

50-
//store method allows you to... store the resulting PDF in a particular destination.
50+
// store method allows you to... store the resulting PDF in a particular destination.
5151
client.Store(req, "path/you/want/the/pdf/to/be/stored.pdf")
5252

5353
// if you wish to redirect the response directly to the browser, you may also use:

0 commit comments

Comments
 (0)