aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-10-01 12:59:42 -0400
committerGitHub <noreply@github.com>2020-10-01 12:59:42 -0400
commitc814d1936d16d3769fd40bb8718ce48c9bda2647 (patch)
tree2e4e78310f22e0936cd33a55a4f152838ac9c93f /README.md
parentUpdate README.md (diff)
downloadkirc-c814d1936d16d3769fd40bb8718ce48c9bda2647.tar.gz
kirc-c814d1936d16d3769fd40bb8718ce48c9bda2647.tar.bz2
kirc-c814d1936d16d3769fd40bb8718ce48c9bda2647.tar.xz
kirc-c814d1936d16d3769fd40bb8718ce48c9bda2647.tar.zst
kirc-c814d1936d16d3769fd40bb8718ce48c9bda2647.zip
fix grammar
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 380a73b..9c0f364 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ Applying a new color scheme is easy! One of the quickest ways is to use an appli
## 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.
-* **POSIX** is an acronym for [Portable Operating System Interface](https://opensource.com/article/19/7/what-posix-richard-stallman-explains), which is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. The *C99* Standard is typically preferred (as opposed to *C89* or *C11*) as this is currently the only one specified by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html).
+* **POSIX** is an acronym for [Portable Operating System Interface](https://opensource.com/article/19/7/what-posix-richard-stallman-explains), which is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. The *C99* Standard is preferred (as opposed to *C89* or *C11*) since this currently the only one specified by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html).
## Known Bugs