Skip to content

Commit

Permalink
Add missing import in hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshfisher authored Feb 21, 2023
1 parent 9c0f1c6 commit 36c8e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The ShareDB backend expects an instance of a [`Stream`](https://nodejs.org/api/s
```js
var express = require('express')
var WebSocket = require('ws')
var http = require('http')
var ShareDB = require('sharedb')
var WebSocketJSONStream = require('@teamwork/websocket-json-stream')

Expand Down

0 comments on commit 36c8e65

Please sign in to comment.