Skip to content

Commit e24af1c

Browse files
authored
Update README.md
1 parent c45ca44 commit e24af1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tiny Storage is a minimal, DI-ready file/object storage abstraction that allows
44

55
## What and Why?
66

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...).
88

99
Tiny Storage is a **minimal abstraction** for storing files at an arbitrary location.
1010

0 commit comments

Comments
 (0)