From 46b4b0851d5c0a1b12f2dd6bd9fa1c9242c0426f Mon Sep 17 00:00:00 2001 From: "Jan.B" <108330105+Jan-Brunner@users.noreply.github.com> Date: Wed, 13 Jul 2022 16:04:49 +0200 Subject: [PATCH] Grammar mistakes in the README file The purpose of this pull request is to fix minor grammer mistakes in the README file. All mistakes were present in the form of missing commas. Resolves #13087 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c02ad0ebb6..674dee5caf 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ If you've found a security vulnerability, please look at the [instructions on ho ## Reporting an issue -If you believe you have discovered a defect in Keycloak please open [an issue](https://github.com/keycloak/keycloak/issues). +If you believe you have discovered a defect in Keycloak, please open [an issue](https://github.com/keycloak/keycloak/issues). Please remember to provide a good summary, description as well as steps to reproduce the issue. ## Getting started -To run Keycloak download the distribution from our [website](https://www.keycloak.org/downloads.html). Unzip and run: +To run Keycloak, download the distribution from our [website](https://www.keycloak.org/downloads.html). Unzip and run: bin/kc.[sh|bat] start-dev @@ -37,22 +37,22 @@ For more details refer to the [Keycloak Documentation](https://www.keycloak.org/ ## Building from Source -To build from source refer to the [building and working with the code base](docs/building.md) guide. +To build from source, refer to the [building and working with the code base](docs/building.md) guide. ### Testing -To run tests refer to the [running tests](docs/tests.md) guide. +To run tests, refer to the [running tests](docs/tests.md) guide. ### Writing Tests -To write tests refer to the [writing tests](docs/tests-development.md) guide. +To write tests, refer to the [writing tests](docs/tests-development.md) guide. ## Contributing -Before contributing to Keycloak please read our [contributing guidelines](CONTRIBUTING.md). +Before contributing to Keycloak, please read our [contributing guidelines](CONTRIBUTING.md). ## Other Keycloak Projects