Skip to content

Commit 134696b

Browse files
Merge branch 'main' of github.com:KristofferStrube/Blazor.FileAPI
2 parents 692f808 + 9207445 commit 134696b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,12 @@ You can likewise add the `InProcess` variant of the service (`IURLServiceInProce
127127
Feel free to open issues on the repository if you find any errors with the package or have wishes for features.
128128

129129
# Related repositories
130-
This project uses this package to return a rich `ReadableStream` from the `StreamAsync` method on a `Blob`.
130+
This project uses the *Blazor.Streams* package to return a rich `ReadableStream` from the `StreamAsync` method on a `Blob`.
131131
- https://github.com/KristofferStrube/Blazor.Streams
132132

133-
This project is going to be used in this package to return a rich `File` object when getting the `File` from a `FileSystemFileHandle` and when writing a `Blob` to a `FileSystemWritableFileSystem`.
133+
This project is going to be used in the *Blazor.FileSystemAccess* package to return a rich `File` object when getting the `File` from a `FileSystemFileHandle` and when writing a `Blob` to a `FileSystemWritableFileSystem`.
134134
- https://github.com/KristofferStrube/Blazor.FileSystemAccess
135135

136-
This project uses a combination of the two styles present in the two above packages which both eventually will go more towards the style present in this project.
137-
138136
# Related articles
139137
This repository was build with inspiration and help from the following series of articles:
140138

0 commit comments

Comments
 (0)