diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-02 17:11:23 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-02 17:11:23 -0500 |
commit | fc6f086adf157b2375e336136d3d5b8eb2dc7a4c (patch) | |
tree | 1d06eae223cbed214da20aa80e4cf45d6e686969 | |
parent | 8ace5d13a70ed19544b6b65f7dbf1b550a4cf63c (diff) |
fix typo in readme
original-commit-id: f2b0779feb299eb13cfa895e52bd5be3f76c263c
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |