Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizan committed Oct 9, 2013
1 parent 1c78e51 commit e23533a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Based on convention, EF will look for a connection string named as the DBContext

<!--
By default (convention over configuration, the connection string with the same name as your DBContext will be used0
You can select then wherever you will use SQL CE, SQL Serer Express Edition, etc, here.
You can select then wherever you will use SQL CE, SQL Server Express Edition, etc, here.
-->
<add name="FileManagerDbContext" connectionString="Data Source=|DataDirectory|ResourceManager.sdf" providerName="System.Data.SqlServerCe.4.0" />
<!--
Expand Down

0 comments on commit e23533a

Please sign in to comment.