summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 19:41:58 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 19:41:58 +0100
commit5e81d11e18cc28c383a30c10c53b8b477ada3c0a (patch)
tree0824c798c6bfb293ef95a5d5a52d1e0c6e948ac3
parent5b0ec70b08f6afae8c575aa06993e258a358775d (diff)
chore: remove \ before * in README.mdqa-training
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa944df..6e06a74 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Implementing the text recognizer project from the course ["Full Stack Deep Learn
Install poetry and pyenv.
```sh
-pyenv local 3.9.\*
+pyenv local 3.9.*
make check
make install
```