diff --git a/README.md b/README.md index b31017a..30aa3d7 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,13 @@ > > > >**/queries/{query_id}** > > -> >The classification results can be retrieved via a GET method. +> >The classification results can be retrieved via a GET method in the JSON or XML format. +> > > > > >curl -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://classyfire.wishartlab.com/queries/88.json > > -> >where the query id is 88 and the result is encoded in the JSON format. -> > -> >The result can also be returned in the XML format. -> > > > >curl -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://classyfire.wishartlab.com/queries/88.xml +> > +> >where the query id is 88. # **Directory Structure** #