Readme change to reflect status of assembler
diff --git a/README.md b/README.md
index 2d9e8ed..b62b00e 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@
 
 This project aims to create a portable toolchain for developing,
 testing and debugging programs for the 6502 processor. An assembler
-may be implemented in the future but no work has been done on that
-yet.
+is also currently being developed.
 
 The `instructions.h` header is generated from `6502.csv` and contains
 definitions of every 6502 opcode, its mnemonic and addressing mode.