From 3e352aa0156581781a5778c3f99c74e5d1768235 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Sat, 2 Mar 2019 15:30:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```