Skip to content

Commit 7826b5a

Browse files
committed
Removed stray dot from README
1 parent dae835d commit 7826b5a

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
@@ -18,7 +18,7 @@ Set `connection.driver_class` in your NHibernate session factory config to:
1818

1919
or use the Configure-by-code helper:
2020

21-
- `new Configuration().DataBaseIntegration.(c => c.MySqlConnectorDriver());`
21+
- `new Configuration().DataBaseIntegration(c => c.MySqlConnectorDriver());`
2222

2323
Values of the other parameters should stay the same as when using `MySql.Data`:
2424

0 commit comments

Comments
 (0)