From 4cc24efce4522a364bdfd20287dbf4ac425bc47d Mon Sep 17 00:00:00 2001 From: Sam M W Date: Tue, 18 Oct 2022 10:13:19 +0100 Subject: [PATCH] forgot to change README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 86ebadc..7f7303c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Source: [Wikipedia](https://en.wikipedia.org/wiki/MOS_Technology_6502) ## How to use this library ```rust -use mos6502::address::Address; use mos6502::cpu; fn main() {