aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 05:24:05 +0000
committerGravatar Runxi Yu2026-03-25 05:24:05 +0000
commite7ce17381f525328073577d60583447fc9412c18 (patch)
treeeefa36ebdb437be14f2ddf7e5a9fd3845857c40d
parentobject/resolve: I guess document this about path? (diff)
signatureNo signature
README: Priorities
-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