From 4449e4ad7d0558ae8eed10a6739b7f77d991f40b Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Mon, 2 Sep 2024 14:11:59 +0000 Subject: [PATCH] +changelog --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47eec17..c94d918 100644 --- a/README.md +++ b/README.md @@ -177,9 +177,9 @@ The PPX is included in the `melange-json` package. To use it, just add the ### Usage -To generate JSON converters for a type, -add the `[@@deriving json]` attribute to the type declaration, -ensuring the converters for primitives like `int` and `string` are in scope if necessary: +To generate JSON converters for a type, add the `[@@deriving json]` attribute to +the type declaration, ensuring the converters for primitives like `int` and +`string` are in scope if necessary: ```ocaml open Ppx_deriving_json_runtime.Primitives