11![ Boriel ZX Basic] ( img/zxbasic_logo.png )
22
33[ ![ Build Status] ( https://github.com/boriel/zxbasic/workflows/ZXBasic/badge.svg )] ( https://github.com/boriel/zxbasic/actions )
4- [ ![ Build Status] ( https://travis-ci.com/boriel/zxbasic.svg?branch=master )] ( https://travis-ci.com/boriel/zxbasic )
54[ ![ license] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( ./LICENSE.txt )
65[ ![ pyversions] ( https://img.shields.io/pypi/pyversions/zxbasic.svg )] ( https://pypi.python.org/pypi/zxbasic )
76
@@ -13,12 +12,12 @@ Copyleft (K) 2008, Jose Rodriguez-Rosa (a.k.a. Boriel) <http://www.boriel.com>
1312All files in this project are covered under the [ GPLv3 LICENSE] ( http://www.gnu.org/licenses/gpl.html )
1413except those placed in directories ` library/ ` and ` library-asm ` .
1514Those are licensed under [ MIT license] ( https://en.wikipedia.org/wiki/MIT_License ) unless otherwise
16- specified in the files themselves (i.e. a different license). Anyway, all of
15+ specified in the files themselves (i.e. a different license). Anyway, all of
1716the licenses for files under those directories allow binary closed-source
1817(i.e. commercial) distribution of the files created with this compiler.
1918
2019You can create closed-source programs (even commercial ones) with this compiler
21- (a mention to this tool will be welcome, though). But you are not allowed to
20+ (a mention to this tool will be welcome, though). But you are not allowed to
2221release the compiler itself as a closed source program.
2322
2423If you modify * this* project (the compiler .py or anything licensed as GPLv3)
@@ -33,7 +32,7 @@ DOCUMENTATION
3332This is a very little help file.
3433
3534 - For DOCUMENTATION in English go to the [ ZX BASIC docs] ( https://zxbasic.readthedocs.io/en/latest/ ) .
36-
35+
3736 - For help, support, updates meet the community at the [ forum] ( https://www.boriel.com/forum ) .
3837
3938
@@ -45,10 +44,10 @@ and get the version most suitable for you.
4544
4645There are, basically, two flavors (both with identical capabilities):
4746
48- - For Windows you can download de win32 executable (Windows .exe zip package) version.
47+ - For Windows you can download de win32 executable (Windows .exe zip package) version.
4948To install just uncompress it in a directory of your choice.
5049The main executable is ` zxbc.exe ` (more on this later). With this toolchain
51- also comes ` zxbasm.exe ` (the assembler) and ` zxbpp.exe ` (the preprocessor), but these
50+ also comes ` zxbasm.exe ` (the assembler) and ` zxbpp.exe ` (the preprocessor), but these
5251are not needed when programming in BASIC.
5352
5453 - For Linux and Mac OSX there is a python version, so you will need a python
0 commit comments