Skip to content

Commit

Permalink
Remove references of incorrect options argument for `companion.sock…
Browse files Browse the repository at this point in the history
…et` (transloadit#3307)

remove socket options

from docs and examples. It was never an option. See transloadit#3306
  • Loading branch information
mifi committed Nov 9, 2021
1 parent 1083863 commit 998fab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ To enable companion socket for realtime feed to the client while upload is going
// ...
const server = app.listen(PORT)

companion.socket(server, options)
companion.socket(server)
```

### Run as standalone server
Expand Down

0 comments on commit 998fab8

Please sign in to comment.