diff --git a/src/agent/README.md b/src/agent/README.md index 0e8b2d4d9..1c5d2f3bf 100644 --- a/src/agent/README.md +++ b/src/agent/README.md @@ -41,7 +41,7 @@ After that, we drafted the initial code here, and any contributions are welcome. ### Build from Source The rust-agent needs to be built statically and linked with `musl` -> **Note:** skip this step for ppc64le, the build scripts explicitly uses glibc for ppc64le. +> **Note:** skip this step for ppc64le, the build scripts explicitly use glibc for ppc64le. ```bash $ arch=$(uname -m)