From a4aa27cc5045ec9452889d32996b1fc314bfca99 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 26 May 2015 21:50:58 -0400 Subject: [PATCH] minor tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32951af..15edade 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ And constructed with the following guidelines: * New additions without breaking backward compatibility bumps the minor (and resets the patch) * Bug fixes and misc changes bumps the patch -For more information on SemVer, please visit [SemVer][7]. +[Here's more information on semantic versioning.][7] ## A Note on Code Reuse The scripts herein were created by me over many years without ever having the intention to make them public. As a novice programmer, I have Googled, GitHubbed, and StackExchanged a path to solve my own scripting needs. Quite often I would lift a function whole-cloth from a GitHub repo and not keep track of it's original location. I have done my best within the scripts to recreate my footsteps and give credit to the original creators of the code when possible. Unfortunately, I fear that I missed as many as I found. My goal of making these scripts public is not to take credit for the wonderful code written by others. If you recognize or wrote something here that I didn't credit, please let me know.