aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-12-05 23:14:12 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-12-05 23:14:12 +0100
commit5c18f9267329e8eded611a830458ec07115e5670 (patch)
treeab8fe1c39ae1e920faa33c7dfa0820f53cdd3a79
parent7e98f5def5942969f97f5f015e7fb8417793d132 (diff)
downloadjuicebox-asm-5c18f9267329e8eded611a830458ec07115e5670.tar.gz
juicebox-asm-5c18f9267329e8eded611a830458ec07115e5670.zip
fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 037d8c9..ebb4b28 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ The [`examples/`](examples/) folder provides additional examples:
- [`fib.rs`](examples/fib.rs) jit compile a function to compute the `fibonacci` sequence.
- [`add.rs`](examples/add.rs) jit compile a function calling another function compiled into the example.
-- [`tiny_vm.rs`](examples/tiny_vm.rs.rs) define a minimal `virtual machine (VM)` which demonstrates a simple jit compiler for translating VM guest software.
+- [`tiny_vm.rs`](examples/tiny_vm.rs) define a minimal `virtual machine (VM)` which demonstrates a simple jit compiler for translating VM guest software.
## License
This project is licensed under the [MIT](LICENSE) license.