diff --git a/GloVar.md b/GloVar.md index 55f55a2..cff9eca 100644 --- a/GloVar.md +++ b/GloVar.md @@ -1,7 +1,7 @@ # Global Variables I created something so that I can always have multiple strings at my fingertips. Its like a clipboard manager but different. -**First time setup:** Create [`glovar.ini`](https://daviddaily.dev/david/d3k/src/branch/master/glovarsource) and [`emails.csv`](https://daviddaily.dev/david/d3k/src/branch/master/emails.example.csv) in `My Documents` +**First time setup:** Create [`GloVar.ini`](https://daviddaily.dev/david/d3k/src/branch/master/glovarsource) and [`emails.csv`](https://daviddaily.dev/david/d3k/src/branch/master/emails.example.csv) in `My Documents` ## 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.