We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4b007 commit 8c79b40Copy full SHA for 8c79b40
documentation/snippets/config.md
@@ -1,6 +1,12 @@
1
>
2
```javascript
3
-Breinify.setConfig({
4
- apiKey: '23AD-F31F-F324-6666-AC2D-C526-D829-BBC2'
5
-});
+ <!-- load the library -->
+ <script src="https://cdn.jsdelivr.net/breinify-api/1.0.6/breinify-api.min.js"></script>
+```
6
+
7
+>
8
+```javascript
9
+ Breinify.setConfig({
10
+ apiKey: '23AD-F31F-F324-6666-AC2D-C526-D829-BBC2'
11
+ });
12
```
0 commit comments