diff --git a/README.md b/README.md index 0879518..064cd9d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ > > > >###POST### > >A query can be submitted using the POST method as demonstrated in the following example. -> > >curl -is http://localhost:3000/queries.json -X POST -d '{"label":"curl_test","query_input":"MOL1,CCCOCC\nMOL2,COCC=CCCC"}' -H "Content-Type: application/json" +> > >curl -is http://classyfire.wishartlab.com/queries.json -X POST -d '{"label":"curl_test","query_input":"MOL1,CCCOCC\nMOL2,COCC=CCCC", "query_type":"STRUCTURE"}' -H "Content-Type: application/json" > > > >where the parameters are: > >