Skip to content

Commit 42de8dd

Browse files
committed
updated read me layout
1 parent 1108ae3 commit 42de8dd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ Use one of the following methods to install Exceptionless into your browser appl
8787

8888
```html
8989
<script type="module">
90-
import { Exceptionless } from "https://unpkg.com/@exceptionless/browser";
90+
import { Exceptionless } from "https://unpkg.com/@exceptionless/browser";
9191
92-
await Exceptionless.startup((c) => {
93-
c.apiKey = "API_KEY_HERE";
94-
c.usePersistedQueueStorage = true;
95-
});
92+
await Exceptionless.startup((c) => {
93+
c.apiKey = "API_KEY_HERE";
94+
c.usePersistedQueueStorage = true;
95+
});
9696
</script>
9797
```
9898

@@ -185,6 +185,7 @@ manually send exceptions to the service. You can do so by using code like this:
185185

186186
```js
187187
import { Exceptionless } from "@exceptionless/node";
188+
188189
await Exceptionless.startup("API_KEY_HERE");
189190

190191
try {

0 commit comments

Comments
 (0)