You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Tiny Storage is a minimal, DI-ready file/object storage abstraction that allows
4
4
5
5
## What and Why?
6
6
7
-
My personal use case for Tiny Storage is small, self-hosted web services that currently need to store data on the device's file system. As usual for .NET developers, I wanted an abstraction for "object storage" because those services might store data at another location like Azure Blob Storage or similar in the future (spoiler: that won't happen, but hey...).
7
+
My personal use case for Tiny Storage is small, self-hosted web services that currently need to store data on the file system. As usual for .NET developers, I wanted an abstraction, in this case for "object storage" because those services might store data at another location like Azure Blob Storage or similar in the future (spoiler: that won't happen, but hey...).
8
8
9
9
Tiny Storage is a **minimal abstraction** for storing files at an arbitrary location.
0 commit comments