summaryrefslogtreecommitdiff
path: root/impls/monero.rs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'impls/monero.rs/README.md')
-rw-r--r--impls/monero.rs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/impls/monero.rs/README.md b/impls/monero.rs/README.md
index fbac577..422f7b9 100644
--- a/impls/monero.rs/README.md
+++ b/impls/monero.rs/README.md
@@ -42,5 +42,5 @@ cargo run
```
## Using `monero_rust` in your own crate
-Refer to the `example` folder. `libwallet2_api_c.so` must be in the same
-directory as the binary (*eg.* at `example/target/debug/libwallet2_api_c.so`).
+Refer to the `example` folder. `libwallet2_api_c.so` must be in `lib/` or in
+the same directory as the binary (*eg.* in `example/target/debug/`).