From cda8621196acb402508c75b111a6df059b031235 Mon Sep 17 00:00:00 2001 From: Peter Murray <681306+peter-murray@users.noreply.github.com> Date: Tue, 30 Aug 2022 15:19:50 +0100 Subject: [PATCH] Fixing typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dc534c..17ddef6 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ Currently the action is limited to single module Maven projects, with a future u ## Development -To develop on this project, a Codespace has been provided that will provide all the necessary tools and installation of a JDK and Maven for the test suite to pass. Just opne a Codespace and you can start to develop in the quickest possible timeframe. +To develop on this project, a Codespace has been provided that will provide all the necessary tools and installation of a JDK and Maven for the test suite to pass. Just open a Codespace and you can start to develop in the quickest possible timeframe. The codebase is in TypeScript to make it easier for maintenance. The source code lives under `src` and the Action is provided in the `src/index.ts` file. -To build the software `npm` has been configured with scripts for `test` and `build` script to validate any work before publishing the action code. \ No newline at end of file +To build the software `npm` has been configured with scripts for `test` and `build` script to validate any work before publishing the action code.