Skip to content

Commit 4097453

Browse files
committed
Reword the readme.md
1 parent 52b6d7e commit 4097453

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
\____/\___/|_| |_| |_|_.__/|_|_| |_|\__,_|\__\___/|_| |_|\___|___/\____/_|_.__/ |____/
1111
```
1212

13-
New implementation of the combinatorics library for Java 8. The previous versions of the library can be found [here](https://github.com/dpaukov/combinatoricslib)
13+
This is a new implementation of the combinatorics library for Java 8. The previous versions of the library can be found [here](https://github.com/dpaukov/combinatoricslib)
1414

1515
## The latest released version
1616
The latest release of the library is [v3.1.1](https://github.com/dpaukov/combinatoricslib3/releases/tag/v3.1.1).
1717
It is available through The Maven Central Repository [here](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.dpaukov%22%20AND%20a%3A%22combinatoricslib3%22).
18-
Include the following section into your `pom.xml` file.
18+
Add the following section into your `pom.xml` file.
1919

2020
```xml
2121
<dependency>
@@ -26,7 +26,7 @@ Include the following section into your `pom.xml` file.
2626
```
2727

2828
## Examples
29-
You can check out the example project to see how to use the library [combinatoricslib3-example](https://github.com/dpaukov/combinatoricslib3-example)
29+
You can check out an example project to see how to use the library [combinatoricslib3-example](https://github.com/dpaukov/combinatoricslib3-example)
3030

3131
## Development version 3.2.0
3232
1. [Simple combinations](#1-simple-combinations)

0 commit comments

Comments
 (0)