We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d7778 commit 185302cCopy full SHA for 185302c
README.md
@@ -10,9 +10,8 @@
10
11
12
13
-### Example: Simple console app
14
-console:
15
-```console
+## Example: Simple console app
+```
16
dotnet new console --name "DfsExample"
17
cd DfsExample
18
dotnet add package DistributedFileStorage.EntityFrameworkCore
@@ -57,4 +56,5 @@ await foreach (var chunk in dfs.GetContent(fileId))
57
56
```
58
59
60
-[MsSqlDatabase project](https://github.com/mustaddon/DistributedFileStorage/Examples/MsSqlDatabase)
+MsSql:
+[database project](https://github.com/mustaddon/DistributedFileStorage/tree/main/Examples/MsSqlDatabase)
0 commit comments