summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md36
1 files changed, 27 insertions, 9 deletions
diff --git a/README.md b/README.md
index f6c40627a..a7f739fc5 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,33 @@
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. |
-| [flags](./flags/) | Command line arguments parser. |
-| [logging](./logging/) | Command line logging |
-| [mkdirp](./mkdirp/) | Make directory branches. |
-| [net](./net/) | A framework for creating HTTP/HTTPS servers inspired by GoLang. |
-| [path](./path/) | File path manipulation. |
-| [testing](./testing/) | Testing |
+* **[colors](./colors/)**
+
+ Modules that generate ANSI color codes for the console.
+
+* **[flags](./flags/)**
+
+ Command line arguments parser.
+
+* **[logging](./logging/)**
+
+ Command line logging
+
+* **[mkdirp](./mkdirp/)**
+
+ Make directory branches.
+
+* **[net](./net/)**
+
+ A framework for creating HTTP/HTTPS servers inspired by GoLang.
+
+* **[path](./path/)**
+
+ File path manipulation.
+
+* **[testing](./testing/)**
+
+ Testing
---