Skip to content

Commit 85cbc8e

Browse files
committed
Update the ReadMe
1 parent 0941abd commit 85cbc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nosetests my_test_suite.py --browser=firefox
3030
(<i>If you remove all the asserts from that test, you're left with [basic_script.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/basic_script.py), which performs all the actions you can see when running the test.</i>)
3131

3232
**No more messy code:**<br />
33-
This long line of WebDriver code...
33+
This long line of standard WebDriver code,
3434
```python
3535
self.driver.find_element_by_css_selector("textarea").send_keys("text")
3636
```

0 commit comments

Comments
 (0)