Skip to content

Commit 8c79b40

Browse files
author
dkengaroo
committed
- javascript browser config snippet update
1 parent 6c4b007 commit 8c79b40

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

documentation/snippets/config.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
>
22
```javascript
3-
Breinify.setConfig({
4-
apiKey: '23AD-F31F-F324-6666-AC2D-C526-D829-BBC2'
5-
});
3+
<!-- load the library -->
4+
<script src="https://cdn.jsdelivr.net/breinify-api/1.0.6/breinify-api.min.js"></script>
5+
```
6+
7+
>
8+
```javascript
9+
Breinify.setConfig({
10+
apiKey: '23AD-F31F-F324-6666-AC2D-C526-D829-BBC2'
11+
});
612
```

0 commit comments

Comments
 (0)