fixing golang client README

This commit is contained in:
Julien Neuhart
2018-12-12 16:44:32 +01:00
parent 5a03e17e00
commit 6aa3c16646

View File

@@ -24,8 +24,8 @@ func main() {
"img.gif",
"style.css",
})
req.SetPaperSize(A4)
req.SetMargins(NormalMargins)
req.SetPaperSize(gotenberg.A4)
req.SetMargins(gotenberg.NormalMargins)
req.SetLandscape(false)
dest := "foo.pdf"
c.Store(req, dest)