aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlavo <zjx001202@126.com>2019-12-06 05:04:54 +0800
committerGlavo <zjx001202@126.com>2019-12-06 05:04:54 +0800
commitdee5c2e4b22f9693547f538b72a0dfd2cc052209 (patch)
treece9544cdf375c0e5153191810bce516bc715fe46
parente7b0c093f4a8f0354021b0bd1a70351ab53fa0b2 (diff)
downloadsbt-jni-dee5c2e4b22f9693547f538b72a0dfd2cc052209.tar.gz
sbt-jni-dee5c2e4b22f9693547f538b72a0dfd2cc052209.tar.bz2
sbt-jni-dee5c2e4b22f9693547f538b72a0dfd2cc052209.zip
update README
-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