Skip to content

Commit f7b290e

Browse files
author
Marc Sallin
committed
Update README.md
1 parent 3fcca3e commit f7b290e

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
@@ -2,7 +2,7 @@
22
Creates a [SQLite Database](https://sqlite.org/) from Code, using [Entity Framework](https://msdn.microsoft.com/en-us/data/ef.aspx) CodeFirst.
33

44
This Project ships a `SqliteContextInitializer` which creates a new SQLite Database, based on your model/code.
5-
I started with the code from flaub: https://gist.github.com/flaub/1968486e1b3f2b9fddaf
5+
I started with the [code](https://gist.github.com/flaub/1968486e1b3f2b9fddaf) from [flaub](https://gist.github.com/flaub).
66

77
Currently the following is supported:
88
- Tables from classes

0 commit comments

Comments
 (0)