From de5135af3a6a1ef5d3bd6c08837d2b31ebe5018b Mon Sep 17 00:00:00 2001 From: Jason White Date: Thu, 18 Apr 2024 13:45:43 -0700 Subject: [PATCH] Fix typo in README Reviewed By: VladimirMakaev Differential Revision: D56318051 fbshipit-source-id: 53dc0a25de1ec632b1d966407fc99b514519672d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e05fb6d..3ac3250 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,9 @@ nondeterminism, and how hermit eliminates or controls them. In order to explore more advanced examples, you can look at some of the integration tests built from [./tests/](./tests/) or [./flaky-tests/](./flaky-tests/). -For example, using the commands below you can run a racy example +For example, using the commands below you can run a racey example multiple times to see its nondeterminism. Then run it under hermit to -watch that determinism disappear. Then run it under hermit `--chaos` +watch that nondeterminism disappear. Then run it under hermit `--chaos` to bring that nondeterminism back, but in a controlled way that can be reproduced based on the input seed.