From da5f39ea4fe99a32bb3f4eec64ab92e3035e4762 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 6 Mar 2024 02:41:39 +0100 Subject: Update readme --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 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. -- cgit