You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/04/01 08:11:31 UTC

struts-site git commit: Fixes typo

Repository: struts-site
Updated Branches:
  refs/heads/master 0f5845961 -> f1b692a0b


Fixes typo


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/f1b692a0
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/f1b692a0
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/f1b692a0

Branch: refs/heads/master
Commit: f1b692a0bebc5f11775acd01405a4f68b9ed1598
Parents: 0f58459
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Sat Apr 1 10:11:24 2017 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Sat Apr 1 10:11:24 2017 +0200

----------------------------------------------------------------------
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/f1b692a0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 226a2f8..873be52 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,16 @@ To test website locally you can use the below command:
 
  > bundle exec jekyll serve -w --trace --host 0.0.0.0
 
-or you can use `Docker`` (please install it first) with one of the provided scripts:
+or you can use `Docker` (please install it first) with one of the provided scripts:
 
  > ./docker-run.fish
 
-when running fish-shell, or:
+when running `fish-shell`, or:
 
  > ./docker-run.sh
 
-when running Bash or Sh.
+when running `Bash` or `Sh`.
 
-All pages are generated into 'content' folder.
+All pages are generated into the `content` folder.
 
-There are two scripts used to build the image but this should be used only when `Dockerfile` was modified.
\ No newline at end of file
+There are two scripts used to build the image but this should be used only when `Dockerfile` was modified.