From 77dcc8f2d5529316e030a5ec064d093f9c5db726 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Mon, 19 Feb 2024 10:19:53 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af28991..93c0df0 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ Consume the NPM packages directly from Maven and Gradle projects. -A lot of packages are already synced on Central, you may check this from [mvnpm.org](mvnpm.org): image +A lot of packages are already synced on Central, you may check this from [mvnpm.org](mvnpm.org): image + If it's not: - Configure your project to use the MVNPM Maven Repository as a fallback. When a package is missing, it will fetch it from the fallback repository and automatically trigger a sync with Maven Central. -- Click to trigger a sync with Maven Central: image +- Click to trigger a sync with Maven Central: image + @@ -85,7 +87,7 @@ In your project pom.xml: The scope depends on the usage of the dependencies, for example with the [Quarkus Web Bundler](https://docs.quarkiverse.io/quarkus-web-bundler/dev/advanced-guides.html#mvnpm), use `provided` scope instead. -Examples: +**Examples:** Lit ```