From 6bafdbd29767963c61d290a265d54bea8558a32f Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 22 Feb 2026 23:00:50 +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 75bfc1e..f09aad2 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ NASA can send the following commands to the rover: - `M` ➔ Move **forward** one grid point in the direction it is facing. > **Important**: -> Moving North from `(x, y)` goes to `(x, y+1)`. -> Moving East from `(x, y)` goes to `(x+1, y)`, and so on. +> Moving North from `(x, y)` goes to `(x, y + 1)`. +> Moving East from `(x, y)` goes to `(x + 1, y)`, and so on. ---