Skip to content

Commit bb9a95b

Browse files
committed
Fix readme
1 parent 16b1c76 commit bb9a95b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ compile ('com.assertthat:selenium-shutterbug:0.9.5') {
4747

4848
Below are some basic examples of usage.
4949

50-
###Page screenshots
50+
### Page screenshots
5151
- Take screenshot and save to default location (./screenshots/):
5252
```java
5353
Shutterbug.shootPage(driver).save();
@@ -72,14 +72,14 @@ Below are some basic examples of usage.
7272
```java
7373
Shutterbug.shootPage(driver, Capture.FULL,true).save();
7474
```
75-
###WebElement screenshots
75+
### WebElement screenshots
7676

7777
- Take screenshot of specified WebElement only:
7878
```java
7979
Shutterbug.shootElement(driver, element).save();
8080
```
8181

82-
###Screenshots comparison
82+
### Screenshots comparison
8383

8484
- Compare screenshot taken with the expected one with specified deviation rate:
8585
```java

0 commit comments

Comments
 (0)