aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2021-03-12 14:54:27 +1100
committerNigel Tao <nigeltao@golang.org>2021-03-12 14:56:22 +1100
commit7262d5cce9f57f69af1ed0589f076d5c11ebed39 (patch)
tree38b847463579882668143ea99d1005759f9014cb
parent212a0e9fc309f9b67a42d3dc1a7e6f0d91a47401 (diff)
downloadwuffs-mirror-release-c-7262d5cce9f57f69af1ed0589f076d5c11ebed39.tar.gz
Note that we exclude the "unsupported snapshot"
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e4d2930..8a5388a 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,11 @@ People who just want to *use* Wuffs-the-library in its C form (instead of
*modifying* its Wuffs form or otherwise needing Wuffs-the-language tools) only
need that one C file.
-This repository's [`release/c`](./release/c) directory contains that C file
-(snapshotted at various versions). It mirrors the `release/c` directory of the
-[original Wuffs repository](https://github.com/google/wuffs), but by excluding
-everything else, this repository is much smaller and changes much less
-frequently.
+This repository's [`release/c`](./release/c) directory contains that C file (at
+various versions). It mirrors the `release/c` directory of the [original Wuffs
+repository](https://github.com/google/wuffs) (except for the "unsupported
+snapshot" version). By excluding everything else, this repository is much
+smaller and changes much less frequently.
## Updates