summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2019-08-31 01:42:31 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-08-30 13:42:31 -0400
commitfa790e8b528fa86c5e8fb621c6e06bdeaa64199b (patch)
tree8a634ff601fceac4b07ee3b88df35adb80e63e79
parent49499d378b666c0a203d644169910a0c747e1034 (diff)
link colors to fmt/colors.ts (denoland/deno_std#575)
Original: https://github.com/denoland/deno_std/commit/d3ad15a6c068a2b07b89b6ed9364ae1318b6aa91
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aab3015e5..5e2cbf044 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ the future.
Here are the dedicated documentations of modules:
-- [colors](colors/README.md)
+- [colors](fmt/colors.ts)
- [datetime](datetime/README.md)
- [encoding](encoding/README.md)
- [examples](examples/README.md)