Skip to content

Commit

Permalink
Added documentation and download links
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzsd committed Jan 28, 2024
1 parent 46106c5 commit 0acc398
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,13 @@ Handling exceptions is substantially better with the new
`Try` type (a specialized type of `Result`), which also
supports the try-with-resources pattern.

Some usage examples are now included... thought many more
illustrative examples should be provded.
Some usage examples are now included... though additional
illustrative examples should be provided!

Documentation
-------------
[Available online][doc_online] or by [download][doc_download].


Download
--------
Expand All @@ -102,7 +107,7 @@ or Gradle:
implementation("net.xyzsd:dichotomy:1.0")
```


or [download](https://github.com/xyzsd/dichotomy/releases/tag/1.0) from GitHub.

License
-------
Expand All @@ -121,6 +126,6 @@ Licensed under either of:
at your option.


[doc_online]: https://javadoc.io/doc/net.xyzsd/dichotomy/1.0/index.html
[doc_download]: https://github.com/xyzsd/dichotomy/releases/download/1.0/dichotomy-1.0-javadoc.jar

0 comments on commit 0acc398

Please sign in to comment.