From 784ca0243e1710f8aa9af48a8da9b70ecddb8020 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Mon, 16 Oct 2023 16:49:52 +0300 Subject: [PATCH] [docs] Small typo fixes in README (#15429) Fix a few typos in the Logstash README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa60251ec2d..edb4a68d7b0 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Run the doc build script from within the `docs` repo. For example: ## Testing -Most of the unit tests in Logstash are written using [rspec](http://rspec.info/) for the Ruby parts. For the Java parts, we use junit. For testing you can use the *test* `rake` tasks and the `bin/rspec` command, see instructions below: +Most of the unit tests in Logstash are written using [rspec](http://rspec.info/) for the Ruby parts. For the Java parts, we use [junit](https://junit.org). For testing you can use the *test* `rake` tasks and the `bin/rspec` command, see instructions below: ### Core tests @@ -253,10 +253,10 @@ All contributions are welcome: ideas, patches, documentation, bug reports, complaints, and even something you drew up on a napkin. Programming is not a required skill. Whatever you've seen about open source and -maintainers or community members saying "send patches or die" - you will not +maintainers or community members saying "send patches or die" - you will not see that here. -It is more important to me that you are able to contribute. +It is more important that you are able to contribute. For more information about contributing, see the [CONTRIBUTING](./CONTRIBUTING.md) file.