forgot to change README

This commit is contained in:
Sam M W 2022-10-18 10:13:19 +01:00
parent cd83ae7b9c
commit 4cc24efce4
1 changed files with 0 additions and 1 deletions

View File

@ -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() {