summaryrefslogtreecommitdiff
path: root/http/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'http/README.md')
-rw-r--r--http/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/README.md b/http/README.md
index c598cdef4..2c9a90853 100644
--- a/http/README.md
+++ b/http/README.md
@@ -5,7 +5,7 @@ A framework for creating HTTP/HTTPS server.
## Example
```typescript
-import { serve } from "https://deno.land/x/http/mod.ts";
+import { serve } from "https://deno.land/x/http/server.ts";
const s = serve("0.0.0.0:8000");
async function main() {