Skip to content

Commit ab853c7

Browse files
authored
Update README.md
1 parent 53ed9f0 commit ab853c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ See [Sample Project](https://github.com/minhhungit/DatabaseMigrateExt/tree/maste
2626
***ExtMigration Attributes:***
2727

2828
Right now we just support these attributes:
29-
- Use `ExtMgrDataStructure` to assign `structure` or `data` migrations.
30-
- Use `ExtMgrFunction` to assign `function` migrations.
31-
- Use `ExtMgrStoredProcedure` to assign `stored procedure` migrations.
29+
- Use `ExtMgrDataStructure` for `structure` or `data` migrations.
30+
- Use `ExtMgrFunction` for `function` migrations.
31+
- Use `ExtMgrStoredProcedure` for `stored procedure` migrations.
3232

3333
***Migration structure:***
3434
> Note: You can place migration class in everywhere as long as it is placed under namespace of database.
@@ -38,7 +38,7 @@ Right now we just support these attributes:
3838

3939

4040
***Sample script:***
41-
> Note: System will just find migration scripts which used **ExtMigration Attributes** attributes to apply
41+
> Note: System will just find migration scripts which used **ExtMigration Attributes** to apply
4242
4343
```csharp
4444
using DatabaseMigrateExt;

0 commit comments

Comments
 (0)