summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2022-03-17 20:35:12 +0100
committerSimeon Simeonov2022-03-17 20:35:12 +0100
commit6eb9318f6b22db29942998fddf88752aa4c54779 (patch)
tree37e8d98bf77347fed929d2d0fa28eefb42932e10
parent44eaafe50370c076269e80d9252bca969814d238 (diff)
Add cosmetic changes to README.md and release 1.1.01.1.0
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index d558c36..c6c69e0 100644
--- a/README.md
+++ b/README.md
@@ -106,11 +106,11 @@ Each instance consists of key-value pairs corresponding to env. name and value.
106All pairs will result in corresponding env. variables being defined, with the 106All pairs will result in corresponding env. variables being defined, with the
107exception of the following *etoolkit* internal keys: 107exception of the following *etoolkit* internal keys:
108 108
109- **ETOOLKIT_PARENT** - string - reference to another instance 109- *ETOOLKIT_PARENT* - string - reference to another instance
110 110
111- **ETOOLKIT_SENSITIVE** - list - env. variables containing sensitive data 111- *ETOOLKIT_SENSITIVE* - list - env. variables containing sensitive data
112 112
113All pairs defined in *"general"* (currently only **MASTER_PASSWORD_HASH**) are 113All pairs defined in *"general"* (currently only *MASTER_PASSWORD_HASH*) are
114*etoolkit* internal as well. 114*etoolkit* internal as well.
115 115
116An instance may inherit (and if desired overwrite) key value pairs from its 116An instance may inherit (and if desired overwrite) key value pairs from its
@@ -294,7 +294,10 @@ A complete bash completion script for *etoolkit* can be found here:
294[https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash](https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash) 294[https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash](https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash)
295 295
296 296
297## [Changelog](https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md) 297## Changelog
298
299A complete changelog can be found at:
300[https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md](https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md)
298 301
299 302
300## Support and contributing 303## Support and contributing