trivial fix to trigger Travis CI for the project
diff --git a/.travis.yml b/.travis.yml
index 87c4cd3..104f791 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,4 +20,4 @@
   - export M2_HOME=$PWD/apache-maven-3.3.9
   - export PATH=$M2_HOME/bin:$PATH
 
-install: mvn clean package jbake:inline -Djbake.port=8080 -Djbake.listenAddress=0.0.0.0
+install: mvn clean install
diff --git a/README.md b/README.md
index 8519d13..79fcafb 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,16 @@
    under the License.    
 -->
 
-Welcome to the OpenNLP Site source code
-=======================================
+Welcome to OpenNLP Site Source Code
+====================================
 
 [![Build Status](https://api.travis-ci.org/apache/opennlp.svg?branch=master)](https://travis-ci.org/apache/opennlp-site)
 [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Twitter Follow](https://img.shields.io/twitter/follow/ApacheOpennlp.svg?style=social)](https://twitter.com/ApacheOpenNLP)
 
+#### Build
+
+`mvn clean install`
+
+#### Test Site locally - starts a web server on Port 8080
 `mvn clean package jbake:inline -Djbake.port=8080 -Djbake.listenAddress=0.0.0.0`
\ No newline at end of file