summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xformat.ts2
-rw-r--r--http/README.md6
2 files changed, 5 insertions, 3 deletions
diff --git a/format.ts b/format.ts
index f1fa19e23..2e7b9a606 100755
--- a/format.ts
+++ b/format.ts
@@ -30,7 +30,7 @@ async function main() {
args: [
"bash",
"-c",
- "prettier --write *.ts */*.ts */**/*.ts *.md */**/*.md"
+ "prettier --write *.ts */*.ts */**/*.ts *.md */*.md */**/*.md"
]
});
const s = await prettier.status();
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";