summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 29d5748..9e3d055 100644
--- a/README.md
+++ b/README.md
@@ -84,10 +84,10 @@ close_window()
| Button | Keyboard | Xbox | Playstation |
| ------------------ | -------- | ------------- | ------------- |
-| `button.PAD_UP` | `W` | `D-pad Up` | `D-PAD UP` |
-| `button.PAD_DOWN` | `S` | `D-pad Down` | `D-PAD DOWN` |
-| `button.PAD_LEFT` | `A` | `D-pad Left` | `D-PAD LEFT` |
-| `button.PAD_RIGHT` | `D` | `D-pad Right` | `D-PAD RIGHT` |
+| `button.PAD_UP` | `W` | `D-pad Up` | `D-pad Up` |
+| `button.PAD_DOWN` | `S` | `D-pad Down` | `D-pad Down` |
+| `button.PAD_LEFT` | `A` | `D-pad Left` | `D-pad Left` |
+| `button.PAD_RIGHT` | `D` | `D-pad Right` | `D-pad Right` |
| `button.A` | `L` | `A` | `Cross` |
| `button.B` | `P` | `B` | `Circle` |
| `button.X` | `K` | `X` | `Square` |