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 8c79b40 commit f5ad31dCopy full SHA for f5ad31d
documentation/snippets/config.md
@@ -1,12 +1,12 @@
1
>
2
```javascript
3
- <!-- load the library -->
4
- <script src="https://cdn.jsdelivr.net/breinify-api/1.0.6/breinify-api.min.js"></script>
+<!-- load the library -->
+<script src="https://cdn.jsdelivr.net/breinify-api/1.0.6/breinify-api.min.js"></script>
5
```
6
7
8
9
- Breinify.setConfig({
10
- apiKey: '23AD-F31F-F324-6666-AC2D-C526-D829-BBC2'
11
- });
+Breinify.setConfig({
+ apiKey: '23AD-F31F-F324-6666-AC2D-C526-D829-BBC2'
+});
12
0 commit comments