aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/README.md b/README.md
index bdabff0..56aff9b 100644
--- a/README.md
+++ b/README.md
@@ -2,20 +2,7 @@
> Merging, diffing and converting of tiny/yarn and other mapping formats
-```
- mappings {
- searge()
- mapping(rootProject.files("yarn.zip"), "yarn") {
- outputs("yarn", true) { listOf("searge") }
- mapNamespace("named", "yarn")
- mapNamespace("intermediary", "searge")
- sourceNamespace("searge")
- renest()
- }
- }
-```
-
-
+These utilities are used in [ncp](https://github.com/nea89o/NeaCoderPack) to create custom MCP overlay mappings.