Repository: james-project
Updated Branches:
  refs/heads/master 46cd28e1c -> 1e19c150b


Updated grammar at top of readme.

n/t

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1e19c150
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1e19c150
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1e19c150

Branch: refs/heads/master
Commit: 1e19c150ba2538f8d816d470eeea60c53d4c7e1c
Parents: 46cd28e
Author: Mike Gaffney <mr.ga...@gmail.com>
Authored: Thu Jul 6 11:17:03 2017 -0700
Committer: GitHub <nore...@github.com>
Committed: Thu Jul 6 11:17:03 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/james-project/blob/1e19c150/README.adoc
----------------------------------------------------------------------
diff --git a/README.adoc b/README.adoc
index 133c26f..ed6de17 100644
--- a/README.adoc
+++ b/README.adoc
@@ -5,7 +5,7 @@ 
link:https://gitter.im/apache/james-project[image:https://badges.gitter.im/apach
 
 This is the parent module for all Apache James artifacts. It contains useful 
values to be inherited by other Maven projects.
 
-* the list of Apache James contributors, committers and PMC Members
+* The list of Apache James contributors, committers and PMC Members
 * Maven plugins management section with common plugins used in the project
 * URL's and mailing-lists definitions for the project
 
@@ -13,7 +13,7 @@ This is the parent module for all Apache James artifacts. It 
contains useful val
 
 Requirements: docker & docker-compose installed.
 
-When try James by this way, you will use the last state of James.
+When you try James this way, you will use the most current state of James.
 It will be configured to run with Cassandra & ElasticSearch.
 All those three components will be started with a single command.
 
@@ -25,15 +25,15 @@ Then, you just have to start the services:
 
     $ docker-compose up
 
-Wait a few seconds in order to have all those services up, you will see a such 
log when James is available:
+Wait a few seconds in order to have all those services start up. You will see 
the following log when James is available:
 james           | Started : true
 
-Then, a default domain has been created: james.local
+A default domain, james.local, has been created. You can see this by running:
 
     $ docker exec james java -jar /root/james-cli.jar -h 127.0.0.1 -p 9999 
listdomains
 
 James will respond to IMAP port 143 and SMTP port 25.
-You have to create users before playing, you may also create other domains...
+You have to create users before playing with james. You may also want to 
create other domains.
 Follow the 'Useful commands' section for more information about James CLI.
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to