scrapyd doc: fixed delversion.json example

This commit is contained in:
Pablo Hoffman 2010-10-30 01:56:00 -02:00
parent 1cc5cba69b
commit 75451cbe84
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ Delete a project and all its uploaded versions.
Example request::
$ curl http://localhost:6800/delproject.json?project=myproject
$ curl http://localhost:6800/delproject.json -d project=myproject
Example response::