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