From c0dc190405b26619cbde95cbe48b924a85cf4bd5 Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Wed, 1 Mar 2023 02:45:18 +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 c88d8d8..e533b80 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ module Outboxable specversion: '1.0', type: resource.routing_key, datacontenttype: 'application/json', - data: @resource.payload + data: resource.payload }.to_json end end