Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Easy correlation through ability to extract data from most popular response form
- Several load statistics can be chosen with **pluggable tiers**.
- Data analysis and **visualization plugins** allow great extensibility and personalization.
- Functions can be used to provide dynamic input to a test or provide data manipulation.
- Easy Continuous Integration via 3rd party Open Source libraries for Maven, Gradle and Jenkins.
- Easy Continuous Integration via 3rd party Open Source libraries for Maven, Gradle, and Jenkins.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you had a look at all the other places, where we don't follow the rule to place a comma before and when spelling out lists?


## The Latest Version

Expand Down Expand Up @@ -107,7 +107,7 @@ The following requirements exist for running Apache JMeter:

- Java Compiler (*OPTIONAL*):

A Java compiler is not needed since the distribution cludes a
A Java compiler is not needed since the distribution includes a
precompiled Java binary archive.
> **Note** that a compiler is required to build plugins for Apache JMeter.

Expand All @@ -126,7 +126,7 @@ The following requirements exist for running Apache JMeter:

### Windows

For Windows there are also some other scripts which you can drag-and-drop
For Windows, there are also some other scripts which you can drag-and-drop
a JMX file onto:

- `jmeter-n.cmd` - runs the file as a non-GUI test
Expand Down Expand Up @@ -200,7 +200,7 @@ so it would remove clustom plugins should you have them installed.
./gradlew createDist
```

Alternatively you could get Gradle to start the GUI:
Alternatively, you could get Gradle to start the GUI:

```sh
./gradlew runGui
Expand Down Expand Up @@ -247,7 +247,7 @@ Export Administration Regulations, Section 740.13) for both object
code and source code.

The following provides more details on the included software that
may be subject to export controls on cryptographic software:
maybe subject to export controls on cryptographic software:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am pretty sure, that may be is correct here.


Apache JMeter interfaces with the
Java Secure Socket Extension (JSSE) API to provide
Expand Down