We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726ec73 commit e222b4bCopy full SHA for e222b4b
1 file changed
README.md
@@ -39,13 +39,11 @@ composeEmail()
39
If you are using Maven (or Gradle, or Ivy) you can download and install to your local repo, or include the following
40
repository and dependency in your POM file:
41
```
42
-<repositories>
43
- <repository>
44
- <id>uqc</id>
45
- <name>UnquietCode Repository</name>
46
- <url>http://www.unquietcode.com/maven/releases</url>
47
- </repository>
48
-</repositories>
+<repository>
+ <id>uqc</id>
+ <name>UnquietCode Repository</name>
+ <url>http://www.unquietcode.com/maven/releases</url>
+</repository>
49
50
...
51
0 commit comments