From 3e5dfa2439a7d55ebf001e9b6cdb19b11da7cab5 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 3 May 2022 17:54:03 +0700 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4e0044b..4d95c21 100644 --- a/README.md +++ b/README.md @@ -128,14 +128,17 @@ pip3 install -r requirements.txt 1. **What is the correct way to hold a Joy-Con?** Hold the Joy-Con (L)/(R) in your right hand, with your palm touching the back of Joy-Con. -2. **How to control with Joy-Con (L)?** - - Up = X - - Right = A - - Down = B - - Left = Y - - L = R - - ZL = ZR - - Minus = Plus +2. **How to control with Joy-Con (L)?** + + | Joy-Con (L) | Joy-Con (R) | + |-------------|-------------| + | Up | X | + | Right | A | + | Down | B | + | Left | Y | + | L | R | + | ZL | ZR | + | Minus | Plus | 3. **How to exit JoyDance?** Press `Ctrl + C` two times or close the Terminal window.