Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasstrehle committed Mar 28, 2024
1 parent 6a723b3 commit 86f8c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ We split our code base in [back-end](https://unyt.org/glossary#back-end), [front
* Take screenshot on the back-end
* Display of screenshot on front-end
* Auto caching support
* Exposes UIX.FileProvider on `/image/*`-route
* Exposes FileProvider on `/image/*`-route

## Preview
<img src=".github/screenshot.png" width="400">
Expand All @@ -54,7 +54,7 @@ We split our code base in [back-end](https://unyt.org/glossary#back-end), [front
To provide a seamless experience, our screenshot app demonstrates how to persistently store files. This means that even if the application is restarted, previous screenshots will be stored.

### File Provider
To access files the back-end exposes a route via UIX.FileProvider to serve static files.
To access files the back-end exposes a route via FileProvider to serve static files.

---

Expand Down

0 comments on commit 86f8c6c

Please sign in to comment.