From efb1d3e6b2db920423511a9dcf4c5e5fd9d6af43 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 5 May 2021 09:23:21 -0700 Subject: [PATCH] add blog title and minor formatting --- README.md | 4 ++-- templates/readme_template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4bc93c84..42724901 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Schemas for each parser can be found at the documentation link beside each [**Pa Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/). ## Why Would Anyone Do This!? -For more information on the motivations for this project, please see my [blog post](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). +For more information on the motivations for this project, please see my blog post on [Bringing the Unix Philosophy to the 21st Century](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). See also: - [libxo on FreeBSD](http://juniper.github.io/libxo/libxo-manual.html) @@ -77,7 +77,7 @@ See also: - [blog: linux apps should have a json flag](https://thomashunter.name/posts/2012-06-06-linux-cli-apps-should-have-a-json-flag) Use Cases: -- [Bash Scripting](https://blog.kellybrazil.com/2021/04/12/practical-json-at-the-command-line/) +- [Bash scripting](https://blog.kellybrazil.com/2021/04/12/practical-json-at-the-command-line/) - [Ansible command output parsing](https://blog.kellybrazil.com/2020/08/30/parsing-command-output-in-ansible-with-jc/) - [Saltstack command output parsing](https://blog.kellybrazil.com/2020/09/15/parsing-command-output-in-saltstack-with-jc/) - [Nornir command output parsing](https://blog.kellybrazil.com/2020/12/09/parsing-command-output-in-nornir-with-jc/) diff --git a/templates/readme_template b/templates/readme_template index 3acf2058..b9758e8b 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -69,7 +69,7 @@ Schemas for each parser can be found at the documentation link beside each [**Pa Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/). ## Why Would Anyone Do This!? -For more information on the motivations for this project, please see my [blog post](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). +For more information on the motivations for this project, please see my blog post on [Bringing the Unix Philosophy to the 21st Century](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). See also: - [libxo on FreeBSD](http://juniper.github.io/libxo/libxo-manual.html) @@ -77,7 +77,7 @@ See also: - [blog: linux apps should have a json flag](https://thomashunter.name/posts/2012-06-06-linux-cli-apps-should-have-a-json-flag) Use Cases: -- [Bash Scripting](https://blog.kellybrazil.com/2021/04/12/practical-json-at-the-command-line/) +- [Bash scripting](https://blog.kellybrazil.com/2021/04/12/practical-json-at-the-command-line/) - [Ansible command output parsing](https://blog.kellybrazil.com/2020/08/30/parsing-command-output-in-ansible-with-jc/) - [Saltstack command output parsing](https://blog.kellybrazil.com/2020/09/15/parsing-command-output-in-saltstack-with-jc/) - [Nornir command output parsing](https://blog.kellybrazil.com/2020/12/09/parsing-command-output-in-nornir-with-jc/)