Skip to content

Commit de8b3e6

Browse files
committed
Update README.md
1 parent 30042f5 commit de8b3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use one of the below methods to install exceptionless into your web app.
1717
1. Install the package by running `bower install exceptionless` or skip this step and use the scripts hosted on our CDN.
1818
2. 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
3838
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
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
```
4242
2. You can set the `apiKey` or `serverUrl` on the default ExceptionlessClient instance.
4343
```javascript

0 commit comments

Comments
 (0)