From e64e2dd786abaab62d813fad61cc7e7fa9a4ef4f Mon Sep 17 00:00:00 2001 From: William Date: Wed, 24 Aug 2022 11:01:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a97e20..1270fe6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Requires Java 11+. PagineDown is a library that is intended to be used with Mine ## Installation PagineDown is available on JitPack. You can browse the Javadocs [here](https://javadoc.jitpack.io/net/william278/PagineDown/latest/javadoc/). +Note that your plugin will also need to shade (or shade a library that includes) [MineDown](https://github.com/Phoenix616/MineDown). + ### Maven To use the library on Maven, in your `pom.xml` file, first add the JitPack repository: ```xml