aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2018-01-25 15:25:58 +0100
committerKate Ward <kate.ward@forestent.com>2018-01-25 15:25:58 +0100
commit63cef9595b0909d432ab4d93fd1e4b1fe2456081 (patch)
tree32a0d892000da64cf01e7fa337d2ca0dca8641f0
parente1c853f48b6659ed0306c1292d800dff0f9b0cad (diff)
downloadshflags-63cef9595b0909d432ab4d93fd1e4b1fe2456081.tar.gz
Fixed long lines, and ran through Markdown formatter.
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index f33cf90..a6fac74 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-shFlags README
-==============
+# shFlags README
shFlags is a port of the Google [gflags](http://gflags.github.io/gflags/)
library for Unix shell. The code is written in a way to be as portable as
@@ -9,4 +8,7 @@ possible to work across a wide array of Unix variants. It is also tested with
If you'd like to use shFlags, feel free to read the documentation.
https://github.com/kward/shflags/wiki/Documentation12x
-[![Travis CI](https://travis-ci.org/kward/shflags.png?branch=master)](https://travis-ci.org/kward/shflags)
+[![Travis CI][travis-ci-png]][travis-ci]
+
+[travis-ci-png]: https://travis-ci.org/kward/shflags.png?branch=master
+[travis-ci]: https://travis-ci.org/kward/shflags