# HG changeset patch # User ymh # Date 1413805384 -7200 # Node ID 8d2fb4ec85d780422af207a1e8425d82921eef1e # Parent 76f2fa4eb4f767f34f80c2d98a94506eec5210f5 change example for annotation apis diff -r 76f2fa4eb4f7 -r 8d2fb4ec85d7 README.md --- a/README.md Mon Oct 20 10:55:20 2014 +0200 +++ b/README.md Mon Oct 20 13:43:04 2014 +0200 @@ -10,5 +10,5 @@ Usage for export_annotations.py: ``` -python export_annotations.py -a http://localhost:8080/p/api/annotations -b http://localhost/~ymh/platform/ldtplatform/ -p -E test -H ANNOT -v -v -s "2014-06-19T12:14:48+02" -R -P "{\"username\": \"\",\"api_key\":\"\"}" +python export_annotations.py -a http://localhost:8080/p/api/annotation -b http://localhost/~ymh/platform/ldtplatform/ -p -E test -H ANNOT -v -v -s "2014-06-19T12:14:48+02" -R -P "{\"username\": \"\",\"api_key\":\"\"}" ```