summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2010-09-29 13:37:17 -0700
committerCedric Beust <cedric@beust.com>2010-09-29 13:37:17 -0700
commitc8cd32114ca3752b07dfd3426ab943e7e6769b39 (patch)
treeec24e8c5aa181768eeca9483e1d4b660f7fee0f3 /doc
parent8a59ec24df3a94036e1fdfdafe9608256158ef74 (diff)
downloadjcommander-c8cd32114ca3752b07dfd3426ab943e7e6769b39.tar.gz
Fixed capitalization problem caused by the highlighting.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 483b686..3246ba3 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -621,8 +621,8 @@ You can download JCommander from the following locations:
<pre class="brush: xml">
<dependency>
- <groupId>com.beust</groupId>
- <artifactId>jcommander</artifactId>
+ &lt;groupId&gt;com.beust&lt;/groupId&gt;
+ &lt;artifactId&gt;jcommander&lt;/artifactId&gt;
<version>1.7</version>
</dependency>
</pre>