From 9b3f3e593faeb7e09bb0a6b6da13267972c9506d Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 14 Nov 2020 20:33:17 -0700 Subject: [PATCH] markdown autoformats as URL when detected. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 270665a..f21c838 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ If you wish to run this program yourself, you can download it from the releases You can have pretty much any mainstream Operating System or CPU architecture out there, but you need some buildtime dependancies on your system to move forward. You may already have these, you'll know if you do. - 1. Install Go (https://golang.org/)[https://golang.org/], if you don't know what this is, yes that is a picture of a gopher on the home page but this is no joke. - 2. Install Git (https://git-scm.com/downloads)[https://git-scm.com/downloads], this is version control software which is used to download this code to be available on your system sp you can run it yourself if you like. + 1. Install Go https://golang.org/, if you don't know what this is, yes that is a picture of a gopher on the home page but this is no joke. + 2. Install Git https://git-scm.com/downloads, this is version control software which is used to download this code to be available on your system sp you can run it yourself if you like. ### Build Instructions