Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bython
Python with braces. Because Python is awesome, but whitespace is awful.

Bython is a Python preprosessor which translates curly brackets into indentation.
Bython is a Python preprocessor which translates curly brackets into indentation.


## Content of README:
Expand All @@ -14,9 +14,9 @@ Bython is a Python preprosessor which translates curly brackets into indentation

## Key features

* "Forget" about indentaition. You should still write beautiful code, but if you mess up with tabs/spaces, or copy one piece of code to another that uses a different indentation style, it won't break.
* "Forget" about indentation. You should still write beautiful code, but if you mess up with tabs/spaces, or copy one piece of code to another that uses a different indentation style, it won't break.

* Uses Python for interpretation, that means that all of your existing modules, like NumPy and Matplotlib still works.
* Uses Python for interpretation, that means that all of your existing modules like NumPy and Matplotlib still works.


## Code example
Expand All @@ -42,7 +42,7 @@ You can install Bython directly from PyPI using pip (with or without `sudo -H`,
$ sudo -H pip3 install bython
```

If you for some reason want to install it from the git repository you can use `git clone` and do a local install instead:
If you for some reason want to install it from the git repository, you can use `git clone` and do a local install instead:

```
$ git clone https://github.com/mathialo/bython.git
Expand Down