You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2018/06/18 15:40:33 UTC

mahout git commit: NO-JIRA grammatical error on README.md closes #354

Repository: mahout
Updated Branches:
  refs/heads/master edb29e5f2 -> 6990bd5ad


NO-JIRA grammatical error on README.md closes #354


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/6990bd5a
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/6990bd5a
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/6990bd5a

Branch: refs/heads/master
Commit: 6990bd5adca7a83308301cec0fa5fb27849d47dc
Parents: edb29e5
Author: Trevor a.k.a @rawkintrevo <tr...@gmail.com>
Authored: Mon Jun 18 10:40:22 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <tr...@gmail.com>
Committed: Mon Jun 18 10:40:22 2018 -0500

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/6990bd5a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0c7ca5d..7f40e61 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ export MAHOUT_HOME=/path/to/mahout
 export MAHOUT_LOCAL=true # for running standalone on your dev machine, 
 # unset MAHOUT_LOCAL for running on a cluster
 ```
-You will need a `$JAVA_HOME`, and if you are running on Spark, you will also need `$SPARK_HOME`
+You will need `$JAVA_HOME`, and if you are running on Spark, you will also need `$SPARK_HOME`.
 
 #### Using Mahout as a Library
 Running any application that uses Mahout will require installing a binary or source version and setting the environment.