Skip to content

Commit f033fa0

Browse files
committed
Fix instructions
1 parent f59f4b3 commit f033fa0

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
@@ -153,7 +153,7 @@ curl http://localhost:6800/listjobs.json
153153
{
154154
"finished":[],
155155
"pending":[],
156-
"running":[{"id":"e9b81fccbec211eeb3b109f30f136c01","project":"example","spider":"quotes","state":"pending"}],
156+
"running":[{"id":"e9b81fccbec211eeb3b109f30f136c01","project":"example","spider":"quotes","state":"running"}],
157157
"status":"ok"
158158
}
159159
```

0 commit comments

Comments
 (0)