This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push: new 61ce89866 Update README.md 61ce89866 is described below commit 61ce89866dd36e56bebe53162cb30f9706f4930f Author: Bob Harner <bobhar...@gmail.com> AuthorDate: Thu Jan 4 06:57:42 2018 -0500 Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 602949c56..ac3664478 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ You can let Apache Maven create your initial project for you: mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org -Maven will prompt you for the archetype to create ("Tapestry 5 Quickstart Project") and the exact version -number (e.g., "5.4.3"). It also asks you for a group id, an artifact id, and a version number. Once Maven +Maven will prompt you for the archetype to create ("Tapestry 5 Quickstart Project") and the Tapestry version +number (e.g., "5.4.3"). It also asks you to create a group id, artifact id (e.g., "newapp") and version number for your app. Once Maven dowloads everything, then you can start the app: $ cd newapp