fixed typo in scrapyd doc

This commit is contained in:
Pablo Hoffman 2010-10-30 16:05:32 -02:00
parent 75451cbe84
commit a0d9b43031
1 changed files with 1 additions and 1 deletions

View File

@ -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.