From 830ce2188bb6a87f1ce5ce0900be25a6280f33cf Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Tue, 16 Apr 2024 11:35:16 +0100 Subject: [PATCH] Appease the linter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85e7a3c..2131b4b 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ The action will write the new version number to package.json. Usage: -``` +```yaml steps: - uses: microbit-foundation/npm-package-versioner-action@v1 ``` -## Development documentation from template repo +## Development documentation from template repository After you've cloned the repository to your local machine or codespace, you'll need to perform some initial setup steps before you can develop your action.