Skip to content

Commit 7d41a81

Browse files
committed
docs: fix typo in readme
1 parent 4362bc4 commit 7d41a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ cd native && mkdir -p build && cd build && cmake .. && make jvmplant -j 4
7777
Run the unit tests:
7878

7979
```bash
80-
export JVMPLANT_TEST_NATIVE_DIR=/path/to/jvmplant/native/build
80+
export JVMPLANT_TEST_NATIVE_DIR=/path/to/JvmXposed/native/build
8181
./gradlew :jvm:test:test --tests "dev.tmpfs.jvmplant.test.HookTests"
8282
```
8383

0 commit comments

Comments
 (0)