Skip to content

Commit 091c457

Browse files
committed
Fix readme php typo
1 parent 8a17ab6 commit 091c457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $analytics->addEvent(
132132
'item_name' => $product->name,
133133
'quantity' => $product->quantity,
134134
'price' => $product->price,
135-
])
135+
]);
136136
},
137137
$cart->products
138138
),

0 commit comments

Comments
 (0)