Skip to content

Commit

Permalink
Update docs for BrowserWebDriverContainer#withRecordingFileFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeck committed Dec 9, 2017
1 parent bb28bed commit e014048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/webdriver_containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ new BrowserWebDriverContainer()
.withRecordingFileFactory(new CustomRecordingFileFactory())
```

Note the factory must implement org.testcontainers.containers.RecordingFileFactory.
Note the factory must implement `org.testcontainers.containers.RecordingFileFactory`.

## More examples

Expand Down

0 comments on commit e014048

Please sign in to comment.