Typo correction in readme

Also adding missing blank lines for formating.

Change-Id: I2f35b4b001e571b04b6e4fa66cb29126ab66b6e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/croscomp/+/3806260
Reviewed-by: Lucas Berthou <berlu@chromium.org>
Reviewed-by: John Plate <jplate@google.com>
Auto-Submit: Lucas Berthou <berlu@chromium.org>
Commit-Queue: John Plate <jplate@google.com>
Reviewed-by: Ben Widawsky <bwidawsk@google.com>
Tested-by: Lucas Berthou <berlu@chromium.org>
diff --git a/README.md b/README.md
index 64cedcc..6628036 100644
--- a/README.md
+++ b/README.md
@@ -50,10 +50,12 @@
 	$ cros deploy $DUT libinput
 
 When running the ./do-build.sh script if you get the following error
-	$ ninja: error: loading 'build.ninja': No such file or directory`
-It means menson generation failed to generate the build.ninja file, the easiest work around is to delete weston out folder and retry the script
-	$ rm /mnt/host/source/src/platform/croscomp/target/x86_64-cros-linux-gnu/debug/weston 
 
+	$ ninja: error: loading 'build.ninja': No such file or directory`
+
+It means meson generation failed to generate the build.ninja file, the easiest work around is to delete weston out folder and retry the script
+
+	$ rm /mnt/host/source/src/platform/croscomp/target/x86_64-cros-linux-gnu/debug/weston
 	$ ./do-build.sh
 
 Running chrome under croscomp