Skip to content

Commit f59f4b3

Browse files
committed
Fix instructions
1 parent cede15d commit f59f4b3

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
@@ -139,7 +139,7 @@ curl 'http://localhost:6800/listspiders.json?project=example&_version=latest'
139139
> ```
140140
141141
```sh
142-
curl 'http://localhost:6800/schedule.json?project=example&_version=latest'
142+
curl -F project=example -F _version=latest -F spider=quotes http://localhost:6800/schedule.json
143143
```
144144
145145
> ```json

0 commit comments

Comments
 (0)