Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Oct 29, 2024
1 parent 1f84d8f commit 13143c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/templates/api-schema.md.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
```javascript
import Api from "@softvisio/core/api";

const api = new Api( "<%- webSocketsUrl %>" )
const api = new Api( "<%- webSocketsUrl %>" );
```

#### **HTTP**
Expand All @@ -22,7 +22,7 @@ const api = new Api( "<%- webSocketsUrl %>" )
```javascript
import Api from "@softvisio/core/api";

const api = new Api( "<%- httpUrl %>" )
const api = new Api( "<%- httpUrl %>" );
```

<!-- tabs:end -->
Expand Down

0 comments on commit 13143c2

Please sign in to comment.