diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-22 21:24:26 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-22 21:24:26 +0300 |
commit | e47c2ec64a9a8ee1df60f9725d2199ed45884f39 (patch) | |
tree | fb09e837dcb23e2c20f83b319fa7a6de8662a298 | |
parent | 9bdb82ef6b3147662ffc6b6435c6bd376c60e19e (diff) | |
download | micropython-e47c2ec64a9a8ee1df60f9725d2199ed45884f39.tar.gz micropython-e47c2ec64a9a8ee1df60f9725d2199ed45884f39.zip |
wundows/README: Typo fix.
-rw-r--r-- | windows/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/README b/windows/README index ca26c46293..4b383eaed3 100644 --- a/windows/README +++ b/windows/README @@ -52,5 +52,5 @@ backend which has the look&feel of a standard Unix console: For more info, see https://www.winehq.org/docs/wineusr-guide/cui-programs If built without line editing and history capabilities -(MICROPY_USE_READLINE=0), the resulting binary can be built using standard +(MICROPY_USE_READLINE=0), the resulting binary can be run using the standard "wine" tool. |