diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2014-11-25 01:28:17 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2014-11-25 01:28:17 -0800 |
commit | 4f6d432d93a51b93e5dfc08299af6bb4b755e43d (patch) | |
tree | 1590f715128f8434366820aba732df11385b1c43 /Readme | |
parent | f192d6556debd363d2893ca8aab72b147527f15a (diff) | |
download | mu-4f6d432d93a51b93e5dfc08299af6bb4b755e43d.tar.gz |
326
Diffstat (limited to 'Readme')
-rw-r--r-- | Readme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme b/Readme index de8e2481..08a32505 100644 --- a/Readme +++ b/Readme @@ -18,8 +18,8 @@ Imagine a world where you can: I think all these abilities might be strongly correlated; not only are they achievable with a few common concepts, but you can't easily attack one of them -without also chasing after the others. In this world, any manual test can be -easily automated: +without also chasing after the others. The core mechanism enabling them all is +recording manual tests right after the first time you perform them: keyboard input printing to screen |