From 1eaac5d53ee43876efb929c13a76827c7156d8b5 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 6 Nov 2025 11:07:03 +0100 Subject: [PATCH] chore: update readme instruction for deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc15fddfa..3752a682e 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Read our [contribution guide](https://github.com/ing-bank/lion/blob/master/CONTR ## Site deployment -We use [GitHub Pages](https://docs.github.com/en/pages) to host our static website. Collaborators with push permission to the repository branch `gh-pages` can trigger a deploy, by simply running: +We use [GitHub Pages](https://docs.github.com/en/pages) to host our static website. Collaborators with push permission to the repository branch `gh-pages` can trigger a deploy by simply running: ```bash npm run deploy