commit | 2c96b10dc4acd0d372a1bde211c78a8dd70a6183 | [log] [tgz] |
---|---|---|
author | Jeremy Klein <[email protected]> | Mon Aug 21 18:32:48 2017 -0700 |
committer | Ang Li <[email protected]> | Mon Aug 21 18:32:48 2017 -0700 |
tree | 9ef7356ea605aec0fc36e987ba235049a91eccdd | |
parent | 346bb72684eb114f6cd3a6093e1a6872d90b69ba [diff] [blame] |
Fix a typo in the Espresso example README.md (#71)
diff --git a/examples/ex2_espresso/README.md b/examples/ex2_espresso/README.md index bf3cb34..6d9053f 100644 --- a/examples/ex2_espresso/README.md +++ b/examples/ex2_espresso/README.md
@@ -97,7 +97,7 @@ ```python def test_click_button(self): - self.dut1.snippet.clickMainButton() + self.dut1.snippet.pushMainButton() ``` ## Running the example code