From ae3c7b2262fb917b009295a704ee0f8cde026bf5 Mon Sep 17 00:00:00 2001 From: Jakub Duchateau Date: Thu, 20 Aug 2026 15:51:32 +0200 Subject: [PATCH] Fix jbang instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf7a97..0c26ec5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Some libraries are available on GitHub's maven repository. Add a GitHub authenti You can run BURP using [JBang](https://jbang.dev): ```bash -$ jbang burp@jduchateau [-h] [-b=] -m= [-o=] +$ jbang burp@kg-construct [-h] [-b=] -m= [-o=] ``` *Note: JBang will automatically download the required JDK and resolve all project dependencies on the first run.*