aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorRosstin <asterazul@gmail.com>2015-06-27 08:47:00 +0300
committerSean Owen <sowen@cloudera.com>2015-06-27 08:47:00 +0300
commitb5a6663da28198c905df27534cd123360a9bbef1 (patch)
treeca059b231156e7141869ad9bea76eb303715692a /docs/README.md
parent9d11817765e2817b11b73c61bae3b32c9f119cfd (diff)
downloadspark-b5a6663da28198c905df27534cd123360a9bbef1.tar.gz
spark-b5a6663da28198c905df27534cd123360a9bbef1.tar.bz2
spark-b5a6663da28198c905df27534cd123360a9bbef1.zip
[SPARK-8639] [DOCS] Fixed Minor Typos in Documentation
Ticket: [SPARK-8639](https://issues.apache.org/jira/browse/SPARK-8639) fixed minor typos in docs/README.md and docs/api.md Author: Rosstin <asterazul@gmail.com> Closes #7046 from Rosstin/SPARK-8639 and squashes the following commits: 6c18058 [Rosstin] fixed minor typos in docs/README.md and docs/api.md
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 5852f972a0..d7652e921f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -28,7 +28,7 @@ in some cases:
$ sudo gem install jekyll
$ sudo gem install jekyll-redirect-from
-Execute `jekyll` from the `docs/` directory. Compiling the site with Jekyll will create a directory
+Execute `jekyll build` from the `docs/` directory to compile the site. Compiling the site with Jekyll will create a directory
called `_site` containing index.html as well as the rest of the compiled files.
You can modify the default Jekyll build as follows: