aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-11 11:08:49 -0400
committerGitHub <noreply@github.com>2020-09-11 11:08:49 -0400
commitf397138fc13c0f14c6b1696290cfa81257b50bb1 (patch)
treec05914a9a1370a33fc2e0873438a37bedb851fb6 /README.md
parentimproved error handling (diff)
downloadkirc-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 823e704..63012c1 100644
--- a/README.md
+++ b/README.md
@@ -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.