summaryrefslogtreecommitdiff
path: root/http/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'http/README.md')
-rw-r--r--http/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/http/README.md b/http/README.md
index e81e42a41..c598cdef4 100644
--- a/http/README.md
+++ b/http/README.md
@@ -1,6 +1,8 @@
-# net
+# http
-Usage:
+A framework for creating HTTP/HTTPS server.
+
+## Example
```typescript
import { serve } from "https://deno.land/x/http/mod.ts";