diff --git a/README.md b/README.md index 9fdf3f0..39641a5 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ An installation directory will be created if it doesn't already exist. Bash script ``http_xsltproc.sh`` is a wrapper around the ``xsltproc`` command-line tool. Unlike ``xsltproc``, this script fetches the target XML document from an HTTP server. See the inline help file for details: ```Shell -$ http_xsltproc.sh -h +$ $BIN_DIR/http_xsltproc.sh -h ``` -Here's an example: +Here's an example of script usage: ```Shell $ MD_LOCATION=http://md.incommon.org/InCommon/InCommon-metadata.xml @@ -63,7 +63,7 @@ IdP Display Name,IdP Entity ID,IdP Discovery,Registrar ID ## Compatibility -The executable scripts are compatible with GNU/Linux and Mac OS. The library files are written XSLT 1.0. +The executable scripts are compatible with GNU/Linux and Mac OS. The library files are written in XSLT 1.0. ## Dependencies