Fix typos in README
This commit is contained in:
parent
ad73f60e6b
commit
47d22e59ac
@ -1,4 +1,4 @@
|
||||
# Neuropecolation
|
||||
# Neuropercolation
|
||||
This package provides an neuropercolation model for [Python 3](https://www.python.org/) forked from Richard Feistenauer's [cellular-automaton](https://gitlab.com/DamKoVosh/cellular_automaton).
|
||||
|
||||
<!---
|
||||
@ -150,7 +150,7 @@ There is only a dependency for [recordclass](https://pypi.org/project/recordclas
|
||||
If you want to use the CAWindow or execute the examples you will have to install
|
||||
[pygame](https://www.pygame.org/news) for visualisation.
|
||||
If you don't want to use this engine for some reason pass another draw_ending to the CAWindow.
|
||||
It has to provides the same interface as the [PygameEngine](https://gitlab.com/DamKoVosh/cellular_automaton/-/blob/master/cellular_automaton/display.py)
|
||||
It has to provide the same interface as the [PygameEngine](https://gitlab.com/DamKoVosh/cellular_automaton/-/blob/master/cellular_automaton/display.py)
|
||||
|
||||
## Licence
|
||||
This package is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0),
|
||||
|
Loading…
Reference in New Issue
Block a user