Skip to content

Commit bb348f4

Browse files
chore: update the URL of the module
1 parent e892ecf commit bb348f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Table of content:
2222

2323
```ts
2424
import { serve } from "https://deno.land/[email protected]/http/server.ts";
25-
import { Server } from "https://deno.land/x/socket.io@0.1.0/mod.ts";
25+
import { Server } from "https://deno.land/x/socket_io@0.1.0/mod.ts";
2626

2727
const io = new Server();
2828

0 commit comments

Comments
 (0)