From d7de122e36e0698e00f321fbac8dc0b543cf9e8a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 14 Feb 2020 09:44:24 -0800 Subject: [PATCH] prettify link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d356950..141c413f 100755 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To access the raw, pre-processed JSON, use the `-r` cli option or the `raw=True` Schemas for each parser can be found in the [`docs/parsers`](https://github.com/kellyjonbrazil/jc/tree/dev/docs/parsers) folder. -For more information on the motivations for this project, please see my blog post at 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](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). ## Installation ```