diff options
Diffstat (limited to 'http')
| -rw-r--r-- | http/README.md | 6 |
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"; |
