aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author ftbsc <dev@fantabos.co>2023-03-04 15:35:48 +0100
committer ftbsc <dev@fantabos.co>2023-03-04 15:35:54 +0100
commit52898ed2f1e92b5dd767bcf8f5a26c6fff09f2a1 (patch)
tree902ff2b027b0dbc4b13deebe17d0f8770f458978
parent51d9375e0bf42cc9342db9ee5f676988026b141b (diff)
doc: updated readme
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2c5e703..a8fa7c8 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@ First things first, add the processor and its dependencies to your `build.gradle
```groovy
dependencies {
implementation 'ftbsc.lll:processor:0.1.0'
- annotationProcessor 'com.squareup:javapoet:1.13.0'
- annotationProcessor 'ftbsc:lll:0.2.1'
annotationProcessor 'ftbsc.lll:processor:0.1.0'
}
```
@@ -47,4 +45,4 @@ public class SamplePatchInjector implements IInjector {
}
```
-Happy patching! \ No newline at end of file
+Happy patching!