summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 538a38d..6bcd3df 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ zg provides Unicode text processing for Zig projects.
4 4
5## Unicode Version 5## Unicode Version
6 6
7The Unicode version supported by zg is `15.1.0`. 7The Unicode version supported by zg is `16.0.0`.
8 8
9## Zig Version 9## Zig Version
10 10
@@ -404,7 +404,7 @@ test "Initialize With a Normalize" {
404 defer case_fold.deinit(allocator); 404 defer case_fold.deinit(allocator);
405} 405}
406``` 406```
407This has a `setupWithNormalize` variant as well, but note that this also takes 407This has a `setupWithNormalize` variant as well, note that this also takes
408a `Normalize` struct, and not a pointer to it. 408a `Normalize` struct, and not a pointer to it.
409 409
410 410