From d5f66d609cd764c18884519bbcdb68fb91fb64a7 Mon Sep 17 00:00:00 2001 From: David Daily Date: Tue, 14 Jan 2020 09:43:56 -0600 Subject: [PATCH] --- GloVar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GloVar.md b/GloVar.md index 7c14b3c..147f771 100644 --- a/GloVar.md +++ b/GloVar.md @@ -3,7 +3,7 @@ I created something so that I can always have multiple strings at my fingertips. ## Top-level overview -What it does is take an ini (based off [this](https://daviddaily.dev/david/d3k/src/branch/master/glovarsource)) and turn it into hotstrings that start with `$` automagically. The Key (left side of the `=`) is the hotstring, the Value (right side of the `=`) is what it gets replaced with. +What it does is take an `ini` (based off [this](https://daviddaily.dev/david/d3k/src/branch/master/glovarsource)) and turn it into hotstrings that start with `$` automagically. The Key (left side of the `=`) is the hotstring, the Value (right side of the `=`) is what it gets replaced with. ### Why?