File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.
17171 . Install the package by running ` bower install exceptionless ` or skip this step and use the scripts hosted on our CDN.
18182 . Add the script to your html page. We recommend placing this as the very first script.
1919``` 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 >
2121```
2222
2323##### CDN
@@ -37,7 +37,7 @@ You can configure the exceptionless client a few different ways. The section bel
3737#### JavaScript
38381 . You can configure the ` apiKey ` or ` serverUrl ` as part of the script tag. This will be applied to all new instances of the ExceptionlessClient
3939``` 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 >
4141```
42422 . You can set the ` apiKey ` or ` serverUrl ` on the default ExceptionlessClient instance.
4343``` javascript
You can’t perform that action at this time.
0 commit comments