You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2018/08/22 14:09:54 UTC

svn commit: r1838639 - /turbine/core/trunk/README.txt

Author: tv
Date: Wed Aug 22 14:09:53 2018
New Revision: 1838639

URL: http://svn.apache.org/viewvc?rev=1838639&view=rev
Log:
cosmetics

Modified:
    turbine/core/trunk/README.txt

Modified: turbine/core/trunk/README.txt
URL: http://svn.apache.org/viewvc/turbine/core/trunk/README.txt?rev=1838639&r1=1838638&r2=1838639&view=diff
==============================================================================
--- turbine/core/trunk/README.txt (original)
+++ turbine/core/trunk/README.txt Wed Aug 22 14:09:53 2018
@@ -37,10 +37,10 @@ src/        This is where all of the sou
 target/     This is a temporary directory for building the project.
 
 In order to get started with Turbine, you must build it first.
-Turbine uses Maven for its build environment.  You can find installation
+Turbine uses Maven for its build environment. You can find installation
 information about Maven online at http://maven.apache.org/ .
-Once Maven has been installed, just type 'mvn package'.  The default behavior is to
-compile, run the unit tests, and build the jar.  Some other useful goals:
+Once Maven has been installed, just type 'mvn package'. The default behavior 
+is to compile, run the unit tests, and build the jar. Some other useful goals:
 
 mvn site   - generate the site documention