Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Jan 23, 2013
1 parent 289a576 commit 45f922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ $ curl "http://localhost:8080/rest/objects/myobject" -H "Accept: text/xml"

To import FOXML, try:
```
$ curl "http://localhost:8080/rest/foxml/myobject" --data-ascii @myfoxmlfile.xml
$ curl "http://localhost:8080/rest/foxml/myobject" --data-ascii @myfoxmlfile.xml -H "Content-type: text/xml"
```
and you should see an object appear at:
```
Expand Down

0 comments on commit 45f922e

Please sign in to comment.