Skip to content

Commit

Permalink
Removed gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian committed Nov 2, 2020
1 parent b6ff4e9 commit 677990d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ You can initialize and use it to send and receive events to and from our servers
// other options here
});
```
<br/>![Image of Voicenter SDK](AAA)<br/>

- Alternatively when loaded directly via CDN
```js
Expand All @@ -69,7 +68,6 @@ You can initialize and use it to send and receive events to and from our servers
```js
sdk.init().then(() => {}) //sdk is initialized after promise is fulfilled
```
<br/>![Image of Voicenter SDK](AAA)<br/>

This step is important as we have an algorithm that retrieves multiple servers and has a failover mechanism behind it. Skipping this step, will throw error(s) in the subsequent steps.

Expand Down

0 comments on commit 677990d

Please sign in to comment.