Skip to content

Commit e192a2d

Browse files
authored
docs: fix namespace of the driver in the READM (#7)
Fixes #5
1 parent 19f70cd commit e192a2d

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
@@ -12,7 +12,7 @@ bugs in MySql.Data.
1212

1313
Set `connection.driver_class` in your NHibernate session factory config to:
1414

15-
- `connection.driver_class`: `NHibernate.Driver.MySqlConnectorDriver, NHibernate.Driver.MySqlConnector`
15+
- `connection.driver_class`: `NHibernate.Driver.MySqlConnector.MySqlConnectorDriver, NHibernate.Driver.MySqlConnector`
1616

1717
or use the Configure-by-code helper:
1818

0 commit comments

Comments
 (0)