summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2015-09-01 09:34:05 +0000
committerSean R. Owen <srowen@apache.org>2015-09-01 09:34:05 +0000
commitcbfddf2d1382126de65429ca2e5ff430bea63b91 (patch)
tree953bc332e46e730d4e65caa013bc31de34567041 /README.md
parent6cb1b2006f273ea13989fce27b9916bacafb9f44 (diff)
downloadspark-website-cbfddf2d1382126de65429ca2e5ff430bea63b91.tar.gz
spark-website-cbfddf2d1382126de65429ca2e5ff430bea63b91.tar.bz2
spark-website-cbfddf2d1382126de65429ca2e5ff430bea63b91.zip
SPARK-10391 fix URL of "Spark 1.4.1 released" news and regen site
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d365ae04..43ba44535 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Welcome to the Spark website.
In this directory you will find text files formatted using Markdown, with an ".md" suffix.
-Building the site requirs Jekyll 1.0.0 or newer (because we use the keep_files config option. The easiest way to install jekyll is via a Ruby Gem. This will create a directory called `site` containing index.html as well as the rest of the compiled directories and files. Read more about Jekyll at http://jekyllrb.com/docs
+Building the site requires Jekyll 1.0.0 or newer (because we use the keep_files config option. The easiest way to install jekyll is via a Ruby Gem. This will create a directory called `site` containing index.html as well as the rest of the compiled directories and files. Read more about Jekyll at http://jekyllrb.com/docs
You can generate the html website by running `jekyll build` in this directory. Use the --watch flag to have jekyll recompile your files as you save changes.