Skip to content

Commit

Permalink
chore: update the URL of the module
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Sep 12, 2022
1 parent e892ecf commit bb348f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Table of content:

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

const io = new Server();

Expand Down

0 comments on commit bb348f4

Please sign in to comment.