From 9f57e77ed367611b4f33fda650edc2b65435ae88 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Thu, 12 Nov 2020 19:12:03 +0000 Subject: [PATCH] Add a link to the Java docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d344fb157..6ce3f3df9 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,6 @@ ## Using You should also be careful to only use classes within the `dan200.computercraft.api` package. Non-API classes are subject to change at any point. If you depend on functionality outside the API, file an issue, and we can look into exposing more features. + +We bundle the API sources with the jar, so documentation should be easily viewable within your editor. Alternatively, +the generated documentation [can be browsed online](https://tweaked.cc/javadoc/).