Skip to content

Commit

Permalink
Fix bash prompt in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Granddave committed Dec 31, 2023
1 parent 8ee76ac commit 653fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Running this program with a modified emulator that in the end prints the content
at address `0x0000` (Zero page address `0x00`):

```bash
~/Dev/mos6502(master ✗) cargo run -r --bin emu -- a.bin
$ cargo run -r --bin emu -- a.bin
Finished release [optimized] target(s) in 0.01s
Running `target/release/emu a.bin`
Memory address 0x0000: 0x0a
Expand Down

0 comments on commit 653fd33

Please sign in to comment.