diff --git a/LICENSE.md b/LICENSE.md index e233e8b7..8277374c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,6 @@ The following modules are licensed under the MIT license: - api - beacon - core -- extension Check out the respective directories for the license texts. diff --git a/app/src/main/java/io/xpipe/app/fxcomps/README.md b/app/src/main/java/io/xpipe/app/fxcomps/README.md index eccf3912..4f445f51 100644 --- a/app/src/main/java/io/xpipe/app/fxcomps/README.md +++ b/app/src/main/java/io/xpipe/app/fxcomps/README.md @@ -127,9 +127,3 @@ As the central idea of this library is that you create your own Comps, it is des ```` Most simple Comp definitions can be defined inline with the `Comp.of(...)` method. - -## Creating more complex comps - -For actual comp implementations, see for example -the [X-Pipe Extension API](https://github.com/xpipe-io/xpipe/tree/master/extension/src/main/java/io/xpipe/extension/comp) -.