From effe5f8b1a2d3c6c5d359dd6660a6b8212ee4dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20A=2E=20=F0=9F=87=B7=F0=9F=87=B4=F0=9F=87=A9?= =?UTF-8?q?=F0=9F=87=AA=F0=9F=87=AC=F0=9F=87=A7=F0=9F=87=AB=F0=9F=87=B7?= Date: Mon, 29 Apr 2024 15:12:44 +0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 538c28a3..1a7f7a19 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ Here is what we have so far: * Flow-style/JSON-Like representation ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Flow-Style-(JSON%E2%80%90like)-YAML)); * Support for Folded and Literal Block Scalars ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Folded-and-Literal-Block-Scalars)); * Convenience Type-Casting Methods ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Convenience-Type-Casting-Methods)); -* Editing of YAML ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Easy-Extension-Via-Interfaces#edit-yaml)); * Support for Comments ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Support-For-Comments)); * Convenient ``YamlPrinter`` ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/YAML-Printer)); * Easy Extension Thanks to Interfaces ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Easy-Extension-Via-Interfaces));