Skip to content

Commit c410a07

Browse files
committed
Updated README.md
1 parent d0fb924 commit c410a07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fbEvent({
7676
country: 'country', // optional
7777
city: 'city', // optional
7878
zipCode: 'zipCode', // optional
79-
products: [{
79+
products: [{ // optional
8080
sku: 'product123',
8181
quantity: 1,
8282
}],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rivercode/facebook-conversion-api-nextjs",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "Facebook Conversion API for Next.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)