diff --git a/README.md b/README.md index 5f350fdd..b58ab0e1 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ For example the currently borrowed books in the public library Biel can be obtai xidel -e '$username:="XXXXXXXX", $password:="XXXXXXXX", $baseurl:="https://opac.bibliobiel.ch/" - ' --template-action connect,update-all \ + ' --template-action connect,update-all --deprecated-trim-nodes \ --module mockvidelibri.xqm --xmlns videlibri=https://www.videlibri.de --dot-notation=on \ - --template-file data/libraries/templates/netbiblio/template + --template-file data/libraries/templates/netbiblio/template ``` This prints all variables and the borrowed/ordered books in the variable `$book`, each in a line with a JSON object: @@ -187,4 +187,4 @@ License This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. \ No newline at end of file +(at your option) any later version.