From 1724401044b5a5ff1859ad9fda5073970d5776e2 Mon Sep 17 00:00:00 2001
From: Uwe Sikora <sikora@sub.uni-goettingen.de>
Date: Thu, 22 Feb 2018 17:18:03 +0100
Subject: [PATCH] new version 0.2.2 with slightly modified README

---
 README.md      | 4 ++--
 expath-pkg.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 16c70c1..36b8e7d 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@ Scripts to convert bdn-TEI into an intermediate-format dealing with reading mark
   - place it in your app somewhere or as suggested here in a subfolder /rest
 
 # Running the conversion
-  - call intermediate_format.xql via REST with the GET-Parameter "path" (exemplary call: "http://localhost:8080/exist/rest/apps/YOUR_APP/rest/intermediate_format.xql?path=/db/apps/bdn/data/samples/griesbach_full.xml")
-  - "path" must be a XML-URI existing in your app context (There is no existence-check yet)
+  - call intermediate_format.xql via REST with the GET-Parameter "path" (exemplary call: http://localhost:8080/exist/apps/interformat/rest/intermediate_format.xql?path=/db/apps/interformat/data/samples/samples4.xml")
+  - "path" must be a XML-URI existing in your eXist-instance context (There is no existence-check yet)
   - wait
 
 # Changes of the Intermediate Format
diff --git a/expath-pkg.xml b/expath-pkg.xml
index 9a735fe..f969412 100644
--- a/expath-pkg.xml
+++ b/expath-pkg.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.2.1" spec="1.0">
+<package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.2.2" spec="1.0">
     <title>BdN - Intermediate Format</title>
     <dependency package="http://exist-db.org/apps/shared"/>
 </package>
\ No newline at end of file
-- 
GitLab