diff --git a/README.md b/README.md index 3fbf926..382126e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ And emulator for running PewPew games on desktop computers To use it clone this repository, install the dependencies from the `requirements.txt` and work in the directory. ``` -git clone https://github.com/pewpew-game/pewmulator.git -cd pewmulator +git clone https://github.com/pewpew-game/pew-pygame.git +cd pew-pygame python -m pip install -r requirements.txt ```