Skip to content

Commit

Permalink
typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored and centic9 committed Nov 11, 2024
1 parent 1090c09 commit be4527b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://github.com/centic9/poi-rerproduce/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/centic9/poi-rerproduce/actions)
[![Gradle Status](https://gradleupdate.appspot.com/centic9/poi-rerproduce/status.svg?branch=master)](https://gradleupdate.appspot.com/centic9/poi-rerproduce/status)
[![Build Status](https://github.com/centic9/poi-reproduce/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/centic9/poi-reproduce/actions)
[![Gradle Status](https://gradleupdate.appspot.com/centic9/poi-reproduce/status.svg?branch=main)](https://gradleupdate.appspot.com/centic9/poi-reproduce/status)

Small project to test things against different versions of Apache POI.

Expand All @@ -15,8 +15,8 @@ this application so that file-handle leaks are reported as part of the output.

### Grab and build it

git clone https://github.com/centic9/poi-rerproduce.git
cd poi-rerproduce
git clone https://github.com/centic9/poi-reproduce.git
cd poi-reproduce
./gradlew check

### Prepare for running
Expand Down Expand Up @@ -49,11 +49,11 @@ If you find this project useful and would like to support work on it, you can [S

### Build it and run tests

cd poi-rerproduce
cd poi-reproduce
./gradlew check jacocoTestReport

#### Licensing

* poi-rerproduce is licensed under the [BSD 2-Clause License].
* poi-reproduce is licensed under the [BSD 2-Clause License].

[BSD 2-Clause License]: https://www.opensource.org/licenses/bsd-license.php

0 comments on commit be4527b

Please sign in to comment.