From 26ab2fe23f9e16756fd28eb9365171926a4630ae Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 5 Jan 2020 13:29:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c8ba5..18d0175 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Just another implementation of a NES emulator written in Rust. -This is an exploratory coding project with the aim to understand concepts of assembler emulation. If you are looking for a cycle-accurate ready-to-use NES emulator, you should probably not try this one. +This is an exploratory coding project with the aim to understand concepts of assembler emulation. If you are looking for a cycle-accurate ready-to-use NES emulator, you should probably not use this one.