This is an automated email from the ASF dual-hosted git repository.
mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git
The following commit(s) were added to refs/heads/main by this push:
new 660e6cf Fix typos (#407)
660e6cf is described below
commit 660e6cfb91514efdc5d8d6aea9fe39c9023b4481
Author: fredster33 <[email protected]>
AuthorDate: Fri Aug 13 07:44:53 2021 -0700
Fix typos (#407)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a4d498e..cbc6af4 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Muchos is structured into two high level components:
* Python scripts that push the Ansible scripts from a local development
machine to a cluster and
run them. These Python scripts can also optionally launch a cluster in EC2
using [boto] or in Azure using Azure CLI.
-Checkout [Uno] for setting up Accumulo or Fluo on a single machine.
+Check out [Uno] for setting up Accumulo or Fluo on a single machine.
## Requirements
@@ -27,7 +27,7 @@ Checkout [Uno] for setting up Accumulo or Fluo on a single
machine.
Muchos requires the following common components for installation and setup:
-* Python 3 with a virtual environment setup
+* Python 3 with a virtual environment setup.
Create a Python 3 environment and switch to it. (We tested using Python 3.6.8,
but this should work in later versions as well. If you encounter problems,
please file an issue.)