From cf918ab8f609462729c7885c421833883326a102 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Wed, 3 Nov 2021 00:00:28 +0300 Subject: [PATCH] docs(readme): update features --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 341325b..dd30c91 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ go get github.com/ogen-go/jx * Validation See [usage](#Usage) for examples. Mostly suitable for fast low-level json manipulation -with high control. Used in [ogen](https://github.com/ogen-go/ogen) for -json (un)marshaling code generation. +with high control. Used in [ogen](https://github.com/ogen-go/ogen) project for +json (un)marshaling code generation based on json and OpenAPI schemas. ## Why