Skip to content

Commit

Permalink
📝 Add simple README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 18, 2024
1 parent 9dedc89 commit 8c78a7e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ yarn add nuxt-gre-pixel-module # or npm install nuxt-gre-pixel-module
'nuxt-gre-pixel-module',

// With options
['nuxt-gre-pixel-module', { /* module options */ }]
['nuxt-gre-pixel-module', {
/* module options */
apiKey: 'your-google-cloud-api-credentials-key',
projectId: 'your-google-cloud-project-id',
locationId: 'global',
catalogId: 'default_catalog',
debug: false,
}]
]
}
```
Expand Down

0 comments on commit 8c78a7e

Please sign in to comment.