From 7c19965f491b0a7d7fcd37d12ce9a69f80cb107a Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sun, 8 Dec 2024 23:51:33 +0100 Subject: readme: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3