Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jun 18, 2024
1 parent 3589797 commit a1230ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://github.com/expath/expath-http-client-java/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/expath/expath-http-client-java/actions/workflows/ci.yml)
[![Java 8+](https://img.shields.io/badge/java-7%2B-blue.svg)](https://adoptopenjdk.net/)
[![Java 8+](https://img.shields.io/badge/java-8%2B-blue.svg)](https://adoptopenjdk.net/)
[![License](https://img.shields.io/badge/license-MPL%201.0-blue.svg)](https://www-archive.mozilla.org/mpl/MPL-1.0.txt)
[![Maven Central](https://img.shields.io/maven-central/v/org.expath.http.client/http-client.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.expath.http.client%22%20AND%20a:%22http-client%22)

Expand All @@ -14,7 +14,7 @@ the library.
# Building from source

Requires:
* Java 1.7 or newer
* Java 1.8 or newer
* Maven 3 or newer

```bash
Expand All @@ -31,6 +31,7 @@ $ mvn clean package

| http-client-saxon Version | Saxon Versions |
|---------------------------|----------------|
| 1.4.0+ | 10.3+ |
| 1.3.0 | 9.9+ |
| <= 1.2.4 | 9.7+ |

Expand Down

0 comments on commit a1230ee

Please sign in to comment.