You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@
5
5
6
6
# java-data-url-handler
7
7
8
-
When adding this library as a dependency in your project, you will be able to handle "data URLs" ([RFC-2397](https://datatracker.ietf.org/doc/html/rfc2397)) in your application.
8
+
When adding this library in your classpath, you will be able to handle "data URLs" ([RFC-2397](https://datatracker.ietf.org/doc/html/rfc2397)) in your application.
9
9
10
10
## Prerequisites
11
11
12
-
You need Java >= 11 to use this library.
12
+
You need Java ≥ 11 to use this library.
13
13
14
14
## Usage
15
15
@@ -47,3 +47,18 @@ The output of the code above will be:
Latest available version: ![Version on Maven Central](https://img.shields.io/maven-central/v/io.github.jycr/java-data-url-handler?style=flat-square&label=%20&color=%23FFFFFF
0 commit comments