Skip to content

Commit

Permalink
更新readme(sqlite的连接字符串)
Browse files Browse the repository at this point in the history
  • Loading branch information
303248153 committed Jun 8, 2016
1 parent e0aa2d4 commit 31db283
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 @@ -65,7 +65,7 @@ a. How to getting start?
- Example for sqlite
```
"Database": "sqlite",
"ConnectionString": "Data Source={{App_Data}}\test.db;Version=3;New=True;",
"ConnectionString": "Data Source={{App_Data}}/test.db;Version=3;",
```
- Example for mysql
```
Expand Down

0 comments on commit 31db283

Please sign in to comment.