Fix documentation url example (#59)

* Fix documentation url example

One \ was forgotten

* fix: doc
This commit is contained in:
Jonathan
2019-03-31 22:16:35 +02:00
committed by Julien Neuhart
parent 61dc4b8bb8
commit c4222e0981
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ named `remoteURL` instead. Otherwise, URL conversions work the same as HTML conv
$ curl --request POST \
--url http://localhost:3000/convert/url \
--header 'Content-Type: multipart/form-data' \
--form remoteURL=https://google.com
--form remoteURL=https://google.com \
--form marginTop=0 \
--form marginBottom=0 \
--form marginLeft=0 \