Skip to content

Commit fdda106

Browse files
authored
Update Readme.md
1 parent e51d3af commit fdda106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The appsettings.json file has a lot of options to customize the content of the b
9393
| GithubSponsorName | string | Enables the "Github Sponsor" button which redirects to GitHub. Only pass in the user name instead of the url. |
9494

9595
## Storage Provider
96-
Currently, there are 4 Storage-Provider:
96+
Currently, there are 5 Storage-Provider:
9797
* InMemory - Basically a list holding your data (per request). If the User hits a hard reload, the data is gone.
9898
* RavenDb - As the name suggests for RavenDb. RavenDb automatically creates all the documents, if a database name is provided.
9999
* Sqlite - Based on EF Core, it can be easily adapted for other Sql Dialects. The tables are automatically created.

0 commit comments

Comments
 (0)