diff --git a/README.md b/README.md index 0cb92c8..2e98261 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@
## 📝 Summary - `bumpgen` bumps your dependencies and makes code changes for you if anything breaks. This may be a common scenario: @@ -29,7 +28,7 @@ This may be a common scenario: Then use `bumpgen`! -How does it work? +**How does it work?** - It uses [ts-morph](https://github.com/dsherret/ts-morph) to turn your codebase into an AST to understand code relationships - Uses the AST to get type definitions for external methods to understand how to use new package versions @@ -56,14 +55,6 @@ where `@tanstack/react-query` is the package you want to bump and `5.28.14` is t > If you'd like to be first to try the `bumpgen` GitHub App to replace your usage of dependabot + renovatebot, sign up [here](https://www.xeol.io/beta) -
- - - - |
-
+ +
+ + ## ⏱️ Benchmark ```