Skip to content

Commit 7dc9f73

Browse files
authored
Fix typo
1 parent 16c538f commit 7dc9f73

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
@@ -10,7 +10,7 @@ Selenium Shutterbug is a utility library make screenshots using [Selenium WebDri
1010

1111
Screenshot of the page, saving to default location (./screenshots/):
1212
````
13-
Shutterbug.shootPage(driver).save();;
13+
Shutterbug.shootPage(driver).save();
1414
```
1515
Screenhot of the page with scrolling (for chrome to make screenshot of the whole page but not viewport only):
1616
```

0 commit comments

Comments
 (0)