diff --git a/README.md b/README.md index b816ad7..b7ab209 100644 --- a/README.md +++ b/README.md @@ -279,9 +279,9 @@ Note that the compiled `libjvmquake.so` does not link against JVM libraries, so it _should be portable_ to any instance running on the same architecture: ``` $ ldd build/libjvmquake-linux-x86_64.so - linux-vdso.so.1 (0x00007ffd2c1c2000) - libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007b5ed4400000) - /lib64/ld-linux-x86-64.so.2 (0x00007b5ed46ae000) + linux-vdso.so.1 (0x...) + libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x...) + /lib64/ld-linux-x86-64.so.2 (0x...) ``` We currently [test](.github/workflows/ci.yml) every commit and the released