summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorf[nZk] <fncolon@pm.me>2021-10-21 01:04:30 +0700
committerGitHub <noreply@github.com>2021-10-21 03:04:30 +0900
commitc343dec3d529ba1316bb72b347490a82613d992b (patch)
tree73e9ea8ac64532479f772705d33b85ea5eb5ccf5 /README.md
parent783b4da48a457818aac174e0b9b0d6b8f1579778 (diff)
docs(README): link built in utilities (#12405)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b46654694..e1edfecee 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,7 @@ Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and
enabled.
- Supports TypeScript out of the box.
- Ships only a single executable file.
-- Built-in utilities like a dependency inspector (deno info) and a code
- formatter (deno fmt).
+- [Built-in utilities.](https://deno.land/manual/tools#built-in-tooling)
- Set of reviewed standard modules that are guaranteed to work with
[Deno](https://deno.land/std/).