From 91bd0a3eda9b9871b6f61637b76c7c37b844bf2c Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 30 May 2020 17:48:40 +0300 Subject: [PATCH] Fix typo (#341) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ea80e1..5a8f63e6 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ $data['items'] = [ [ 'name' => 'Product 1', 'price' => 9.99, - 'desc' => 'Description for product 1' + 'desc' => 'Description for product 1', 'qty' => 1 ], [