diff --git a/README.md b/README.md
index dd0a1c35..3a331127 100644
--- a/README.md
+++ b/README.md
@@ -25,12 +25,14 @@ This might take a while...
### Installation
1. **Clone the repository**
+
```bash
git clone https://github.com/PartMan7/PartBot.git
cd PartBot
```
2. **Install dependencies**
+
```bash
npm install
```
diff --git a/src/ps/games/othello/render.tsx b/src/ps/games/othello/render.tsx
index 459a4968..7cee0b88 100644
--- a/src/ps/games/othello/render.tsx
+++ b/src/ps/games/othello/render.tsx
@@ -17,10 +17,7 @@ export function renderBoard(this: This, ctx: RenderCtx) {
{cell ? (
) : action ? (
-