From d700e7319419e81e88f255f4a25b237f78ce5849 Mon Sep 17 00:00:00 2001 From: "Brandon Saint-John (aarch64)" Date: Sun, 3 Sep 2023 21:46:33 -0700 Subject: [PATCH] Point to more examples in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 394e6b2..79d9634 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ fn main() -> Result<(), Box> { ### More example code -For more example code, see the [test code](tests/full.rs). +For more example code, see the [test code](tests/full.rs). Several examples from the original library have been ported to rust and can be found in the [examples](examples) directory. ## Feature flags