Updates README.rst

Change-Id: Ia1a304d796e4a143895ec170f53c0f60559e59b1
This commit is contained in:
Obulpathi 2015-06-15 12:58:01 -04:00
parent 68b8d96a9c
commit d8a496538b

View File

@ -118,7 +118,7 @@ installed and running.
11. Test out that Poppy is working by requesting the home doc (with a sample project ID)::
$ curl -i -X GET http://0.0.0.0:8888/v1.0/123
$ curl -i -X GET -H "X-Project-ID: 000" -H "X-Auth-Token: 000" -H "Content-Type: application/json" http://127.0.0.1:8888/v1.0/
You should get an **HTTP 200** along with some headers that will look
similar to this::