From 8e596f7a9aa57355709bbbc3a46f6f1c62425f60 Mon Sep 17 00:00:00 2001 From: OliverNChalk <11343499+OliverNChalk@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:49:15 -0500 Subject: [PATCH] docs(readme): add acknowledgement --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e5c3ea6..28a4eb3 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,9 @@ for now you can interface with the `Harness` via environment variables: If you wish to contribute changes to the API or fixes please open a PR. Keep in mind the goals of simplicity, new features should enable use cases, not just make certain use cases more ergonomic at the expense of simplicity. + +## Acknowledgement + +`svm-test` uses the fabulous [LiteSVM][0] crate for the core transaction & accounts logic. + +[0]: https://github.com/LiteSVM/litesvm