Skip to content

Commit 7d39025

Browse files
committed
docs: added link to oracle
1 parent 38571bb commit 7d39025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# js-java-properties
22

3-
This is a small library that provides utilities to parse and manipulate Java properties files.
3+
This is a small library that provides utilities to parse and
4+
manipulate [Java properties](https://docs.oracle.com/javase/9/docs/api/java/util/Properties.html) files.
45

56
Intended mostly for the tools that need to modify existing property file, without reformatting the contents.
67
That is achieved by using string array as a backing storage. If you want only to read the properties,

0 commit comments

Comments
 (0)