Skip to content

Commit 58b5aab

Browse files
authored
Update README.md
1 parent 1c78b37 commit 58b5aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the generated code to my liking.
2323

2424
* SQL Server
2525
* SQL Server Compact 3.5 and 4.0
26-
* Comming soon: Oracle, PostgreSQL, MySQL
26+
* Coming soon: Oracle, PostgreSQL, MySQL
2727

2828
### Highly customisable output
2929

@@ -52,7 +52,7 @@ If your database changes, simply re-save the `<database>.tt` file. That's it.
5252
</connectionStrings>
5353
```
5454
- .NET Core
55-
* Use Nuget and install the relevant nuget package for your datbase, such as `Microsoft.EntityFrameworkCore.SqlServer`
55+
* Use Nuget and install the relevant nuget package for your database, such as `Microsoft.EntityFrameworkCore.SqlServer`
5656

5757
* The connection string you use must have at least these privileges: `ddladmin`, `datareader` and `datawriter`.
5858
`ddladmin` is required for reading the default constraints.

0 commit comments

Comments
 (0)