Skip to content

Commit dbf37ba

Browse files
author
Rafael Chacon
committed
Fix typo in curl command in readme
1 parent 28fe6e7 commit dbf37ba

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
@@ -38,7 +38,7 @@ parameters:
3838
Example with cURL:
3939

4040
```bash
41-
curl -i http://myshort.cl/shortify -X url="www.google.com" -X auth="12345678"
41+
curl -i http://myshort.cl/shortify -F url="www.google.com" -F auth=12345678
4242
```
4343

4444
The response should be a json like these:

0 commit comments

Comments
 (0)