From 3bdf2bccaed5fa6fb21125f4563aef22810d4ef0 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 12 Oct 2020 00:15:01 +0200 Subject: [PATCH] Improve wording Co-authored-by: Aaron Hill --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66f4801fc605..be0df81f7943 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ error: unsupported operation: can't call foreign function: bind ### Cross-interpretation: running for different targets -Miri cannot just run a binary or test suite for your host target, it can also +Miri can not only run a binary or test suite for your host target, it can also perform cross-interpretation for arbitrary foreign targets: `cargo miri run --target x86_64-unknown-linux-gnu` will run your program as if it was a Linux program, no matter your host OS. This is particularly useful if you are using