From 0404206e16e2250b4ddb0f613669d02431b128a9 Mon Sep 17 00:00:00 2001 From: littlepoint Date: Fri, 10 May 2019 17:27:25 +0800 Subject: [PATCH] Remove trailing spaces inside codes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 412a85a..2f0799e 100644 --- a/README.md +++ b/README.md @@ -217,13 +217,13 @@ I'm using Github's special markdown flavor, including tasks lists to check progr Mark all boxes with X after you completed your changes -`git add . ` +`git add .` -`git commit -m "Marked x" ` +`git commit -m "Marked x"` -`git rebase jwasham/master ` +`git rebase jwasham/master` -`git push --force ` +`git push --force` [More about Github-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)