Skip to content

Commit

Permalink
[#24] Use fancy quote block to highlight importance in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Feb 11, 2025
1 parent 4dd653a commit 400fa71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# irods4j

**IMPORTANT: This project is not stable yet and may experience changes. Use of this library is encouraged.**
> [!IMPORTANT]
> This project is not stable yet and may experience changes. Use of this library is encouraged.
A Java 8 client library designed for iRODS 4.3.2+.

Expand Down Expand Up @@ -77,7 +78,8 @@ See the [high-level unit tests](src/test/java/org/irods/irods4j/high_level) for

## Low-Level APIs

**IMPORTANT: Not all API operations are supported by the high-level APIs.**
> [!IMPORTANT]
> Not all API operations are supported by the high-level APIs.
For those users needing more control, see [IRODSApi.java](src/main/java/org/irods/irods4j/low_level/api/IRODSApi.java) for the available low-level APIs. The low-level APIs provided by this library mirror the design of the C API.

Expand Down

0 comments on commit 400fa71

Please sign in to comment.