From 11b1cb96144a501c6580661c8d0bdf4bb790171c Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Thu, 21 Aug 2025 21:53:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0c0916..98a6d50 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Inno-Setup-Action -GitHub action to compile .iss (Inno Setup Script) files. +GitHub action to compile .iss (Inno Setup Script) files, to build your own application installers through GitHub Actions. ### Example Usage Make for example the file ``/.github/workflows/build.yml`` with the following contents: ```yml