From 0859943e85f62f1d0f6f940e265abed092513d27 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Fri, 14 Oct 2016 12:17:27 -0400 Subject: [PATCH] Minor edits to README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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