Update README.md
Some checks failed
CI / build (push) Failing after 1m21s

This commit is contained in:
Paul Hameteman 2026-02-22 23:00:50 +01:00
commit 6bafdbd297

View file

@ -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.
---