Modified: websites/staging/marmotta/trunk/content/installation.html
==============================================================================
--- websites/staging/marmotta/trunk/content/installation.html (original)
+++ websites/staging/marmotta/trunk/content/installation.html Mon Dec 16
08:17:44 2013
@@ -512,12 +512,12 @@ mvn tomcat7:run
<div class="source">
<pre>mvn tomcat7:run -Dmarmotta.home=/path/to/marmotta/home
</pre></div>
-<p>If you want to build a WAR for deploying to any other container, just
execute:</p>
+<p>If you want to build a WAR for deploying Marmotta to any other container,
you would just need to execute:</p>
<div class="source">
<pre>mvn package
</pre></div>
-<p>and you will fint it a <tt>target/marmotta.war</tt></p></div>
+<p>and then you will find it at <tt>target/marmotta.war</tt>.</p></div>
</div>
</div>