Skip to content

Commit 185302c

Browse files
authored
readme
1 parent 95d7778 commit 185302c

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
@@ -10,9 +10,8 @@
1010

1111

1212

13-
### Example: Simple console app
14-
console:
15-
```console
13+
## Example: Simple console app
14+
```
1615
dotnet new console --name "DfsExample"
1716
cd DfsExample
1817
dotnet add package DistributedFileStorage.EntityFrameworkCore
@@ -57,4 +56,5 @@ await foreach (var chunk in dfs.GetContent(fileId))
5756
```
5857

5958

60-
[MsSqlDatabase project](https://github.com/mustaddon/DistributedFileStorage/Examples/MsSqlDatabase)
59+
MsSql:
60+
[database project](https://github.com/mustaddon/DistributedFileStorage/tree/main/Examples/MsSqlDatabase)

0 commit comments

Comments
 (0)