diff --git a/README.md b/README.md
index 5346176..81f4b93 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ If you want to use AWS and its services elsewhere, you are of course free to ins
You will need two Python modules: boto3 and pygame. Install them like so:
```python
-pip install boto3
+pip install boto3
pip install pygame
```