From 49d84342315f9e810e2bd1b5f36584efc8caeb4c Mon Sep 17 00:00:00 2001 From: fredster33 <64927044+fredster33@users.noreply.github.com> Date: Mon, 29 Mar 2021 13:16:01 -0700 Subject: [PATCH] Grammar fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3aef1eb2..53848277 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Audit](https://github.com/s4u/maven-settings-action/workflows/Audit/badge.svg)](https://github.com/s4u/maven-settings-action/actions?query=workflow%3AAudit) -This action setup maven environment for use in action by: +This action sets up Maven environments for use in GitHub Actions by: - create maven settings.xml - set ```interactiveMode``` to false - useful in CI system - after job finish generated settings.xml will be removed to prevent cache or left sensitive data on build system @@ -12,10 +12,10 @@ This action setup maven environment for use in action by: # Contributions - Contributions are welcome! - Give :star: - if you want to encourage me to work on a project -- Don't hesitate create issue for new feature you dream of or if you suspect some bug +- Don't hesitate to create issues for new features you dream of or if you suspect some bug # Project versioning -Project use [Semantic Versioning](https://semver.org/). +This project uses [Semantic Versioning](https://semver.org/). We recommended to use the latest and specific release version. In order to keep your project dependencies up to date you can watch this repository *(Releases only)* @@ -197,4 +197,4 @@ steps: # License -The scripts and documentation in this project are released under the [MIT License](LICENSE) +The scripts and documentation in this project are released under the [MIT License](LICENSE).