Skip to content

Commit aaf554a

Browse files
authored
Update README.md
remove stray `(`
1 parent 6bcfcb2 commit aaf554a

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
@@ -28,7 +28,7 @@ In your client, add:
2828
```
2929
const { renderAnalytics, runAnalytics } = require('analytics-js-without-segment')
3030
31-
const options = ({
31+
const options = {
3232
cdnUrl: 'https://cdnjs.cloudflare.com/ajax/libs/analytics.js/2.9.1/analytics.min.js', // host yourself or use cdnjs (https://cdnjs.com/libraries/analytics.js)
3333
services: {
3434
// see integration https://github.com/segment-integrations/analytics.js-integration-google-analytics/blob/master/lib/index.js

0 commit comments

Comments
 (0)