From dd0ba271f6db40cf61bf6ec289e22e175bcc4099 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: Wed, 1 May 2024 17:31:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258c573e..e8ecb61c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Here is what we have so far: * Easy Extension Thanks to Interfaces ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Easy-Extension-Via-Interfaces)); * Building and Reading YAML Streams, integrated with Java 8's Stream API ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/YAML-Streams)); * Java Beans to YAML ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Java-Bean-To-YAML)); -* JSON to YAML ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/JSON-to-YAML)); +* JSON to/from YAML ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/JSON-to-YAML)); * YAML Visitor ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/YAML-Visitor)); * Others: - Clear and detailed Exceptions. For instance, in the case of bad indentation, it will tell you exactly which line is problematic and why.