aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5842c6..9727b14 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ An `x64` jit assembler for learning purpose with the following two main goals:
```rust
use juicebox_asm::prelude::{Reg32::*, *};
-use juicebox_asm::rt::Runtime;
+use juicebox_asm::Runtime;
fn main() {
let mut asm = Asm::new();