File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Use one of the below methods to install exceptionless into your web app.
17
17
1 . Install the package by running ` bower install exceptionless ` or skip this step and use the scripts hosted on our CDN.
18
18
2 . Add the script to your html page. We recommend placing this as the very first script.
19
19
``` html
20
- <script type = " application/javascript " src =" bower_components/exceptionless/dist/exceptionless.min.js" ></script >
20
+ <script src =" bower_components/exceptionless/dist/exceptionless.min.js" ></script >
21
21
```
22
22
23
23
##### CDN
@@ -37,7 +37,7 @@ You can configure the exceptionless client a few different ways. The section bel
37
37
#### JavaScript
38
38
1 . You can configure the ` apiKey ` or ` serverUrl ` as part of the script tag. This will be applied to all new instances of the ExceptionlessClient
39
39
``` html
40
- <script type = " application/javascript " src =" bower_components/exceptionless/dist/exceptionless.min.js?apiKey=API_KEY_HERE" ></script >
40
+ <script src =" bower_components/exceptionless/dist/exceptionless.min.js?apiKey=API_KEY_HERE" ></script >
41
41
```
42
42
2 . You can set the ` apiKey ` or ` serverUrl ` on the default ExceptionlessClient instance.
43
43
``` javascript
You can’t perform that action at this time.
0 commit comments