summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-02 17:11:23 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-02 17:11:23 -0500
commitf2b0779feb299eb13cfa895e52bd5be3f76c263c (patch)
tree1faf75e1edb19a3dc7627fdc4ac5adf6166f5f9d
parentea379f3d9361ec93edceefabbe752cdd69f12e89 (diff)
fix typo in readme
-rw-r--r--extras/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/README.md b/extras/README.md
index a0a24f8a1..247cbb3b0 100644
--- a/extras/README.md
+++ b/extras/README.md
@@ -224,7 +224,7 @@ crystal.rom_until(0x112116, 0x50, strings=False)
# ['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'