summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1aa6eb5d6..74043c3e2 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,14 @@
This repository contains collections of modules that create a standard library
for Deno.
-| Collection | Description |
-| ---------------------------- | --------------------------------------------------------------- |
-| [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 |
+| Collection | Description |
+| --------------------- | --------------------------------------------------------------- |
+| [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.