diff --git a/README.md b/README.md index d258507..5509968 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository provides a one-liner to generate a Debian-style changelog using You can run the generator directly from the URL: ```bash -curl -s https://git.0xmax42.io/actions/deb-changelog-action/raw/branch/main/run.sh | bash -s -- \ +curl -s https://git.0xmax42.io/actions/deb-changelog-action/raw/branch/main/bootstrap.sh | bash -s -- \ --tag v2.9.1 \ --package_name my-package \ --author_name "John Doe" \ diff --git a/run.sh b/bootstrap.sh similarity index 100% rename from run.sh rename to bootstrap.sh