Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Commit

Permalink
Correct 'groupId' casing. Closes #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 10, 2012
1 parent 0b5cb1a commit b3302d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -101,7 +101,7 @@ <h4>Including In Your Application</h4>
<p>If you are a Maven user, you can also fetch Otto from the central repositories by including the following
dependnecy in your application's <code>pom.xml</code>:</p>
<pre class="prettyprint">&lt;dependency>
&lt;groupId>com.squareup&lt;/groupid>
&lt;groupId>com.squareup&lt;/groupId>
&lt;artifactId>otto&lt;/artifactId>
&lt;version><em>(insert latest version)</em>&lt;/version>
&lt;/dependency></pre>
Expand Down

0 comments on commit b3302d1

Please sign in to comment.