summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-03 23:13:21 -0500
committerGitHub <noreply@github.com>2019-01-03 23:13:21 -0500
commitd8ea4629c8b228f800f6400f62d7ae0daa5ed9fe (patch)
tree1e173c9745bbadf5af990285796bfdd90d160abb /colors
parent0aea8cb0869344baeda0be593d957c0edcaf90cb (diff)
First pass on style guide (denoland/deno_std#66)
Original: https://github.com/denoland/deno_std/commit/2916791dfb14bf486185eca6c7859b49c1c4c052
Diffstat (limited to 'colors')
-rw-r--r--colors/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/README.md b/colors/README.md
index 72845b092..eafdbb9c1 100644
--- a/colors/README.md
+++ b/colors/README.md
@@ -1,7 +1,7 @@
# colors
-Is a basic console color library intended for [Deno](https://deno.land/). It is
-inspired by packages like [chalk](https://www.npmjs.com/package/chalk) and
+Is a basic console color module intended for [Deno](https://deno.land/). It is
+inspired by [chalk](https://www.npmjs.com/package/chalk) and
[colors](https://www.npmjs.com/package/colors) on npm.
## Usage