summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e26238c..fc7766e 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,9 @@ features, and implying a useless amount of complexity.
A paste server must be able to do two things, 1) create a new paste
and return its ID, and 2) retrieve an existing paste using its
ID. `binnit` does just and only these two things, in the simplest
-possible way, without any external dependency. If you need more, then
-`binnit` is not for you.
+possible way, without any external dependency. If you need more than
+that, then `binnit` is not for you. But do you really need anything
+more?
## About minimalism