Skip to content

Commit b5b2f1f

Browse files
authored
Merge pull request #29 from minhhungit/develop
Update README.md
2 parents 1a37de0 + cc3e8e4 commit b5b2f1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
A new way, new rule to work with MSSQL database version use [fluent migrator](https://github.com/fluentmigrator/fluentmigrator)
44
- [https://minhhungit.github.io/DatabaseMigrateExt](https://minhhungit.github.io/DatabaseMigrateExt)
55

6-
## Installation
6+
### Installation
77
>Install-Package DatabaseMigrateExt
88
99

10-
## Sample Project
10+
### Sample Project
1111

1212
See [Sample Project](https://github.com/minhhungit/DatabaseMigrateExt/tree/master/Tutorials) at [https://github.com/minhhungit/DatabaseMigrateExt/tree/master/Tutorials](https://github.com/minhhungit/DatabaseMigrateExt/tree/master/Tutorials)
1313

1414

15-
## Config
15+
### Config
1616

1717
```xml
1818
<add key="mgr:DatabaseKeys" value="MovieStore, InventoryDb"/>
@@ -32,7 +32,7 @@ For example:
3232
Of course, you also need a child folder for that database to store migration scripts in `Migrations` folder, like `InvenetoryDb` and `MovieStore` folders
3333

3434

35-
## Migration Scripts
35+
### Migration Scripts
3636
***ExtMigration Attributes:***
3737

3838
Right now we just support these attributes:
@@ -71,7 +71,7 @@ You also can define author on attribute, like this:
7171
[ExtMgrDataStructure("Hung Vo", 2017, 9, 22, 02, 08, 01)]
7272
```
7373

74-
## Run
74+
### Run
7575
```csharp
7676
using DatabaseMigrateExt;
7777

0 commit comments

Comments
 (0)