aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-08 23:51:33 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-08 23:51:33 +0100
commit7c19965f491b0a7d7fcd37d12ce9a69f80cb107a (patch)
tree1eccd83479c9623aea23bc72f4d43b321f546dfa
parent5f90bf71ab2d347fbe2d0dc89b71ab5d6e923b46 (diff)
downloadjuicebox-asm-7c19965f491b0a7d7fcd37d12ce9a69f80cb107a.tar.gz
juicebox-asm-7c19965f491b0a7d7fcd37d12ce9a69f80cb107a.zip
readme: fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abdc70f..fc5e8a7 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ The [`examples/`](examples/) folder provides additional examples:
a simple *jit compiler* which has a *jit cache* and translates each *basic
block* on first execution when running a VM guest image. For reference an
interepter is also implemented.
-- [`bfrs`](examples/bf.rs) implements a
+- [`bf.rs`](examples/bf.rs) implements a
[brainfuck](https://en.wikipedia.org/wiki/Brainfuck) jit compiler
and interpreter.