mirror of https://github.com/scrapy/scrapy.git
fixed typo in scrapyd doc
This commit is contained in:
parent
75451cbe84
commit
a0d9b43031
|
|
@ -260,7 +260,7 @@ Scheduling a spider run
|
|||
|
||||
To schedule a spider run::
|
||||
|
||||
$ curl http://localhost:6800/schedule.json -d project=myproject -d spider=spider=spider2
|
||||
$ curl http://localhost:6800/schedule.json -d project=myproject -d spider=spider2
|
||||
{"status": "ok"}
|
||||
|
||||
For more resources see: :ref:`topics-scrapyd-jsonapi` for more available resources.
|
||||
|
|
|
|||
Loading…
Reference in New Issue