Skip to content

Commit

Permalink
Fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Dec 6, 2021
1 parent d82d3a8 commit f886dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -49,7 +49,7 @@ cleanup as well as the `core_sanitize` function which is the only function
to use the given database.

`turboguard/__init__.py` just contains the Python wrapper arround the C
module and force cealnup and initialization using Python's context manager
module and force cleanup and initiate using the Python's context manager
(the `with` syntax).

### What to do after fork:
Expand All @@ -58,7 +58,7 @@ module and force cealnup and initialization using Python's context manager

*It's highly recommended to create a virtual environment at the first.*

Install project in editable mode: `pip install -e ... `
Install project in editable mode: `pip install -e . `

```bash
make env
Expand Down

0 comments on commit f886dff

Please sign in to comment.