aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-25 17:46:46 +0000
committerGravatar Runxi Yu2026-05-25 17:46:46 +0000
commit71551f8aad7d5935a6c72a6f2249fb2f4d10586a (patch)
tree352b85d8608f88eeb28d7bb926b4b5a4dba8b0f2
parentREADME: Production notice update (diff)
signatureNo signature
README: update
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e242989d..1c38cf36 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ and is **not suitable for production**.
The architecture is rather deliberate
and the parts that exist have been
-built carefully to our capability,
+built carefully (to the best our capability)
and tested against git as the canonical oracle, etc.
However, the API is not yet settled at all;
@@ -25,7 +25,8 @@ every few days or weeks.
Therefore, **you should probably not use furgit**.
Instead, use [go-git](https://github.com/go-git/go-git),
-which has API stability promises,
+which is mature
+and has API stability promises,
or simply `os/exec` to git,
which is sufficient for many purposes.