summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b9036b85..076aa54a 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@ Alternatively, you can build Quests via Maven using ``mvn clean package``.
Creating new Task Types within Quests is supported, [see the wiki](https://github.com/LMBishop/Quests/wiki/New-Task-Type) for help.
You can include quests in your Maven project using [JitPack](https://jitpack.io/#LMBishop/Quests):
-```$xslt
+```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```
-```
+```xml
<dependency>
<groupId>com.github.LMBishop</groupId>
<artifactId>Quests</artifactId>