David Daily 2020-01-14 09:43:56 -06:00
parent e6a3caec5a
commit d5f66d609c
1 changed files with 1 additions and 1 deletions

@ -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?