aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb93f43a..38a81ecd 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ Furgit is a low-level Git library in Go.
## Goals
* General-purpose Git plumbing library for UNIX-like systems
-* Aim for clear architecture then high performance
+* Aim for extremely clear and modular architecture
+* Then aim for high performance
* Expect familiarity with Git internals
## Finding your way around