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?