From 77fc4425dc555fcec9c693a37567a6145bd2674c Mon Sep 17 00:00:00 2001 From: Piper Chester Date: Thu, 14 Sep 2017 16:10:01 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 984a4db..b234722 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ beautify_bash ============= -Code formatter / beautifier for bash written in python by -Paul Lutus (a remake of previous version in Ruby). +Code formatter / beautifier for [Bash][bash]. -For further details please see the following blog record -http://arachnoid.com/python/beautify_bash_program.html +Written in Python by +Paul Lutus (a remake of previous version in Ruby). +For further details please see the following blog post: +http://arachnoid.com/python/beautify_bash_program.html. +[bash]: https://en.wikipedia.org/wiki/Bash_(Unix_shell)