diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-11 11:08:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-11 11:08:49 -0400 |
commit | f397138fc13c0f14c6b1696290cfa81257b50bb1 (patch) | |
tree | c05914a9a1370a33fc2e0873438a37bedb851fb6 /README.md | |
parent | improved error handling (diff) | |
download | kirc-f397138fc13c0f14c6b1696290cfa81257b50bb1.tar.gz kirc-f397138fc13c0f14c6b1696290cfa81257b50bb1.tar.bz2 kirc-f397138fc13c0f14c6b1696290cfa81257b50bb1.tar.xz kirc-f397138fc13c0f14c6b1696290cfa81257b50bb1.tar.zst kirc-f397138fc13c0f14c6b1696290cfa81257b50bb1.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ ## Objectives -_"Do one thing and do it well"_ — Per the [Unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy), emphasis was placed on building simple, short, clear, modular, and extensible code that can be easily maintained and repurposed. +_"Do one thing and do it well"_ — Emphasis was placed on building simple, short, clear, modular, and extensible code that can be easily maintained and repurposed (per the [Unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy)). _Portability_ — [POSIX](https://en.wikipedia.org/wiki/POSIX) compliance ensures seamless compatibility and interoperability between variants of Unix and other operating systems. |