From 0ab5603aaf5b3ed6931878b965a197c6d14e4c63 Mon Sep 17 00:00:00 2001 From: hasundue Date: Tue, 7 Nov 2023 16:01:06 +0900 Subject: [PATCH] docs(readme): simplify the introduction --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81179c32..3e3a8afa 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Molt is a [Deno] module to bump semvers in import specifiers, like [udd][deno-udd], but with a few different goals: -**Consistent** - Molt uses [deno_graph] for dependency resolution, and -"exploits" redirects of fetch requests, to get latest semvers. This should make -it support as many module registries as Deno runtime does, with a minimum +**Consistent** - Molt uses [deno_graph] for dependency resolution, and utilizes +fetch redirects for unversioned dependencies to get latest semvers. This should +make it support as many module registries as Deno runtime does, with a minimum maintenance cost. **Module-first** - The core logic is provided as versatile functions in a Deno