diff options
author | Ilya Dmitrichenko <errordeveloper@gmail.com> | 2014-07-02 18:30:46 +0100 |
---|---|---|
committer | Ilya Dmitrichenko <errordeveloper@gmail.com> | 2014-07-02 18:30:46 +0100 |
commit | e4e55047b3d6ba265ff7f41a0b636b68209577d8 (patch) | |
tree | c23f281689b7609cc6e0a97410ae44576b50261f | |
parent | 5e6419cb11b2897e29ab6dd5b74245d5b42742cf (diff) | |
download | micropython-e4e55047b3d6ba265ff7f41a0b636b68209577d8.tar.gz micropython-e4e55047b3d6ba265ff7f41a0b636b68209577d8.zip |
qemu: fix typo in readme
-rw-r--r-- | qemu-arm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-arm/README.md b/qemu-arm/README.md index a1d389d164..329ae4d921 100644 --- a/qemu-arm/README.md +++ b/qemu-arm/README.md @@ -1,5 +1,5 @@ This is experimental, community-supported port for Cortex-M emulation as -provided my QEMU (http://qemu.org). +provided by QEMU (http://qemu.org). The purposes of this port are to enable: |