diff --git a/README.md b/README.md index 51529c77..3e87605b 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,9 @@ pnpm test:unit -w ### rust -Change the working directory to packages/cadmium and to run rust tests: +To build and run the Rust tests: ```shell -cd packages/cadmium cargo test ```