diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-30 13:46:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 13:46:53 -0400 |
commit | 714ce0d95bddce97413027508237d8b02e13e05e (patch) | |
tree | f682606fc2916a2a5bc6af48421401ff968b8a97 | |
parent | README improvements (#47) (diff) | |
download | kirc-714ce0d95bddce97413027508237d8b02e13e05e.tar.gz kirc-714ce0d95bddce97413027508237d8b02e13e05e.tar.bz2 kirc-714ce0d95bddce97413027508237d8b02e13e05e.tar.xz kirc-714ce0d95bddce97413027508237d8b02e13e05e.tar.zst kirc-714ce0d95bddce97413027508237d8b02e13e05e.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -153,6 +153,10 @@ printf -e "\033]4;<color_number>;#<hex_color_code>" # 15 - Bright White ``` +## FAQ + +* __KISS__ is an acronym for [Keep It Simple Stupid](https://en.wikipedia.org/wiki/KISS_principle), which is a design principle noted by the U.S. Navy in 1960s. The KISS principle states that most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided. + ## Contact For any further questions or concerns, feel free to reach out to me, [mcpcpc](https://github.com/mcpcpc), on `#kirc` |