From 161a208e5707f60f70228275670bdc8406b5a90e Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 28 Feb 2019 12:32:04 +0100 Subject: [PATCH] fix crate name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8208c0d..21ca805 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * [mgattozzi/haskellrs](https://github.com/mgattozzi/haskellrs) — Rust in Haskell FFI Example * [mgattozzi/rushs](https://github.com/mgattozzi/rushs) — Haskell in Rust FFI Example * Java - * [astonbitecode/j4rs](https://github.com/astonbitecode/j4rs) [[YYY](https://crates.io/crates/YYY)] — use Java from Rust [](https://travis-ci.org/astonbitecode/j4rs) + * [astonbitecode/j4rs](https://github.com/astonbitecode/j4rs) [[j4rs](https://crates.io/crates/j4rs)] — use Java from Rust [](https://travis-ci.org/astonbitecode/j4rs) * [bennettanderson/rjni](https://github.com/benanders/rjni) — use Java from Rust [](https://travis-ci.org/GravityScore/RustJNI) * [drrb/java-rust-example](https://github.com/drrb/java-rust-example) — use Rust from Java [](https://travis-ci.org/drrb/java-rust-example) * [kud1ing/rucaja](https://github.com/kud1ing/rucaja) [[rucaja](https://crates.io/crates/rucaja)] — use Java from Rust [](https://travis-ci.org/kud1ing/rucaja)