summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-02-07 18:54:31 +0100
committer zaaarf <zaaarf@proton.me>2023-02-07 18:54:31 +0100
commit9bdedb7ce7a528652ad1d54d88da4d7dd4c50276 (patch)
tree49dbd55456d9546abf893dfeffbc0fb3f13f6357
parentc0e971c949ce5122b1bb8013a8daea1047af4c44 (diff)
ooops x2
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed87dd8..b9bb136 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ dependencies {
}
```
-**You are going to need a loader to use patches created with this library**. You can use our [lillero-loader](https://git.fantabos.co/lillero-loader/) or write your own: as long as it uses `IInjector` as patch interface, it won't break compatibility.
+**You are going to need a loader to use patches created with this library**. You can use our [loader](https://git.fantabos.co/lillero-loader/) or write your own: as long as it uses `IInjector` as patch interface, it won't break compatibility.
### Example
The following is an example patch, located at `src/main/java/example/patches/SamplePatch.java`: