summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-03-03 21:04:36 -0500
committerjakob <jakob@memeware.net>2017-03-03 21:04:36 -0500
commit79db4fa8975cd445958f88a046c75243300b7b69 (patch)
tree778798ac4f33cd0856ab58d4158f467d29cb3bca /README.md
parent54f6e79c278f946512458238ec200ffcce3c08e3 (diff)
Implemented error checking to prevent against segfaulting when a corrupted archive is encountered.
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 a5e719e..432a9d9 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Nekopack can be compiled on Linux by running `make` from the repository's root d
*BSD users will have to install and run `gmake` to build Nekopack.
-The test suite can be run with `make test` or `gmake test`.
+The test suite is run with `make test` or `gmake test`, depending on your platform.
TODO