Skip to content

Commit 2bb6dcc

Browse files
authored
Update README.md
1 parent a5c2f54 commit 2bb6dcc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ Databasic packages:
1919
## Instalation
2020
**This is core package only**. Install this package only by installing specific database package like: Databasic.<DatabaseType>. Then this package will be installed automaticly with the specific database package.
2121
```nuget
22-
PM> Install-Package Databasic.MsSql
22+
PM> Install-Package Databasic.DatabaseType
2323
```
24-
Or:
25-
```nuget
26-
PM> Install-Package Databasic.MySql
27-
```
28-
Or both of them if you wana to use more databases simultaneously.
24+
(database types: MsSql, MySql, PostgreSql, SQLite, OracleSql)
2925

3026

3127

0 commit comments

Comments
 (0)