summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-01-03 17:40:09 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-01-03 11:40:09 -0500
commit8d682b4d49672d5a930ceaeae5f35e9f332f3bf8 (patch)
tree889e1e88245a2e1b0f62893d441058d74048e169
parent64b8f80980fea621a6e949dae99aaa4d0f2949dc (diff)
Make README readable on mobile (denoland/deno_std#71)
Original: https://github.com/denoland/deno_std/commit/2d9a9cdfd1d01f7d80c930f24da3e948eb70ca5b
-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
---