From cf9d5694b350366e7026c7cff10cbfa3ee6bde9f Mon Sep 17 00:00:00 2001 From: Waylon Jepsen Date: Sun, 1 Oct 2023 03:14:38 -1000 Subject: [PATCH] spell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3c75c4..2d3fcef5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ **Arbiter** is a framework for stateful Ethereum smart-contract simulation. The framework features an [`ethers-rs`](https://github.com/gakonst/ethers-rs) middleware built on top of [revm](https://github.com/bluealloy/revm) which allows the end user to interact with a sandboxed `revm` instance as if it were an Ethereum node. This provides a familiar interface for interacting with the Ethereum Virtual Machine (EVM), but with unrivaled speed. -Furthermore, Arbiter provides containment and management for simulations. For a running list of vulnerabilities found with Arbiter, please see the [Vulnerability Corpu](vulnerability_corpus.md) +Furthermore, Arbiter provides containment and management for simulations. For a running list of vulnerabilities found with Arbiter, please see the [Vulnerability Corpus](vulnerability_corpus.md) ## Overview