shithub: pokecrystal

Download patch

ref: f2b0779feb299eb13cfa895e52bd5be3f76c263c
parent: ea379f3d9361ec93edceefabbe752cdd69f12e89
author: Bryan Bishop <kanzure@gmail.com>
date: Wed May 2 13:11:23 EDT 2012

fix typo in readme

--- a/extras/README.md
+++ b/extras/README.md
@@ -224,7 +224,7 @@
 # ['0x48', '0x54', '0x54']
 # [72, 84, 84]
 
-# or just look at it the encoded characters directly
+# or just look at the encoded characters directly
 crystal.rom[0x112116:0x112116+10]
 # 'HTTP/1.0\r\n'
 
--