From be272b66804b3f674208c18b123aff573101d26d Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Thu, 12 Dec 2013 18:00:15 +0000 Subject: [PATCH] Fixing a typo and missing blank line in root README file --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7d3e9d98a..a86606a9ac 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ To execute a task in a specific module you can either: ### Common Java related tasks * _build_ - Assembles (jars) and tests this project -* _buildDependents_ - Assembles and tests this project and all projects that depend on it. So think of running this in hibernnate-entitymanager, Gradle would assemble and test hibernate-entitymanager as well as hibernate-envers (because envers depends on entitymanager) +* _buildDependents_ - Assembles and tests this project and all projects that depend on it. So think of running this in hibernate-entitymanager, Gradle would assemble and test hibernate-entitymanager as well as hibernate-envers (because envers depends on entitymanager) * _classes_ - Compiles the main classes * _testClasses_ - Compiles the test classes * _jar_ - Generates a jar archive with all the compiled classes @@ -68,4 +68,5 @@ To execute a task in a specific module you can either: * _install_ - Installs the project jar to your local maven cache (aka ~/.m2/repository) * _eclipse_ - Generates an Eclipse project * _idea_ - Generates an IntelliJ/IDEA project. -* _clean_ - Cleans the build directory \ No newline at end of file +* _clean_ - Cleans the build directory +