summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index d3da80550..1aa6eb5d6 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@ for Deno.
| Collection | Description |
| ---------------------------- | --------------------------------------------------------------- |
-| [colors](./colors/README.md) | Modules that generate ANSI color codes for the console. |
-| [net](./net/README.md) | A framework for creating HTTP/HTTPS servers inspired by GoLang. |
-| [path](./path/README.md) | A path manipulation library. |
-| [flags](./flags/README.md) | Command line arguments parser based on minimist. |
-
+| [colors](./colors/) | Modules that generate ANSI color codes for the console. |
+| [net](./net/) | A framework for creating HTTP/HTTPS servers inspired by GoLang. |
+| [path](./path/) | File path manipulation. |
+| [flags](./flags/) | Command line arguments parser. |
+| [logging](./logging/) | Command line logging |
---
Copyright 2018 the Deno authors. All rights reserved. MIT license.