aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79d23d2..9254af3 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Note that most plugins are enabled in projects by default. Disabling their funct
This plugin wraps the JDK `javah` command [^1].
[^1]: Glavo's [gjavah](https://github.com/Glavo/gjavah) is actually used, since `javah` has been
-removed from the JDK since version 1.10.
+removed from the JDK since version 1.10. If something goes wrong, please open an issue to help us improve it.
Run `sbt-javah` to generate C header files with prototypes for any methods marked as native.
E.g. the following scala class