Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 19, 2024
1 parent eb293bf commit e212d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ In node.js:
import { createServer } from 'ipfsd-ctl'

const port = 9090
const server = Ctl.createServer(port, {
const server = createServer(port, {
type: 'kubo',
test: true
}, {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
* import { createServer } from 'ipfsd-ctl'
*
* const port = 9090
* const server = Ctl.createServer(port, {
* const server = createServer(port, {
* type: 'kubo',
* test: true
* }, {
Expand Down

0 comments on commit e212d8f

Please sign in to comment.