From 80756ebb7a21f8c767d451b8af46af626b0c45a4 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 31 Jul 2017 13:04:13 -0400 Subject: [PATCH] added note about inefficiency --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b454ed..25320ac 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # silly A toy library implementing fixed-point arithmetic. -Please don't use it, the name is descriptive. +Please don’t use it, the name is descriptive. + +It’s also pretty inefficient. ## Installation -Don't. The makefile only includes a test target, because I want to test my code. +Don’t. The makefile only includes a test target, because I want to test my code. ## Usage