From a5cf0604a857ccbd9f1385bf08be6cac1bde1f2d Mon Sep 17 00:00:00 2001 From: hasundue Date: Tue, 5 Dec 2023 10:58:30 +0900 Subject: [PATCH] docs(readme): simplify the introduction --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f00dc12a..e6435b60 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,14 @@ Molt is a [Deno] module to bump versions in import specifiers, like [udd], but with some unique concepts: -**The Deno way** - Molt finds dependencies with [deno_graph], and checks their -latest versions by letting registries redirect unversioned import specifiers. -This enables us to support variety of registries with a minimum effort. +**The Deno way** - Molt finds dependencies and checks their latest versions in +the same way as Deno runtime and Deno's official registries do. -**Module-first** - The core logic is provided as versatile functions in a Deno -module, which enables you to write the best scripts for your use cases. +**Module-first** - The core logic is provided as a Deno module, which enables +you to write the best scripts for your use cases. **Git-friendly** - The operations can be easily divided into logical groups for -subsequent git commits. A submodule and CLI for git operations are also -provided. +subsequent git commits. ## Usage