Skip to content

Commit

Permalink
Minor edits to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Oct 14, 2016
1 parent b5b1626 commit 0859943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0859943

Please sign in to comment.