From b471824bcc38a7d440a417e6f310518392a7443a Mon Sep 17 00:00:00 2001 From: Kyle Gray Date: Fri, 10 Nov 2023 14:12:57 -0800 Subject: [PATCH] docs: Fix JSON formatting in README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 98dc5b47..e338e46f 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,7 @@ message Transaction { option (buf.validate.message).cel = { id: "transaction.delivery_date", message: "delivery date must be after purchase date", - expression: - - "this.delivery_date > this.purchase_date" + expression: "this.delivery_date > this.purchase_date" }; } ```