diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 19:41:58 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 19:41:58 +0100 |
commit | 5e81d11e18cc28c383a30c10c53b8b477ada3c0a (patch) | |
tree | 0824c798c6bfb293ef95a5d5a52d1e0c6e948ac3 | |
parent | 5b0ec70b08f6afae8c575aa06993e258a358775d (diff) |
chore: remove \ before * in README.mdqa-training
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |