From a8bd2ed3fd5d3f35d1e7774221dffadc22f60d87 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Tue, 22 Aug 2023 12:33:58 +0200 Subject: [PATCH] chore: readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af8a9a..dd9a47e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Lillero-processor -Lillero-processor is an annotation processor made to simplify development of [Lillero](https://git.fantabos.co/lillero) patches, minimising the amount of boilerplate code needed. +Lillero-processor is an annotation processor made to simplify development of [Lillero](https://github.com/zaaarf/lillero) patches, minimising the amount of boilerplate code needed. An important note: to make things as easy as it is, the processor assumes that you have the code of the target available in your development environment. As of 0.6.0, it will not work otherwise.