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