Skip to content

Commit 1504e9a

Browse files
committed
docs: @cloudcmd/fileop: const -> import
1 parent 986e274 commit 1504e9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ op.on('error', error(op));
9090
```js
9191
import http from 'node:http';
9292
import {fileop} from 'fileop';
93-
9493
import express from 'express';
95-
const {Server} from 'socket.io';
94+
import {Server} from 'socket.io';
95+
9696
const app = express();
9797
const port = 1337;
9898
const server = http.createServer(app);

0 commit comments

Comments
 (0)