Skip to content

Commit 2620cb2

Browse files
committed
get rid of newlines
1 parent 4b7e5e8 commit 2620cb2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/browser/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ const analytics = AnalyticsBrowser.load(
112112
// POST https://api.segment.io/v1/t ->
113113
// https://MY-CUSTOM-API-PROXY.com/v1/t
114114
apiHost: 'MY-CUSTOM-API-PROXY.com' // 🔥
115-
},
116-
117-
},
115+
}
116+
}
118117
}
119118
)
120119
```

0 commit comments

Comments
 (0)