Skip to content

Commit bc58b46

Browse files
authored
Fix some typos in core/readme (#113)
1 parent e731e16 commit bc58b46

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/core/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ This will map the SimpleCDN endpoint to `/cdn` and serve files from `/var/www/st
1919
- In-memory caching
2020
- Redis caching, with the
2121
[SimpleCDN.Extensions.Redis](https://www.nuget.org/packages/SimpleCDN.Extensions.Redis/) package.
22-
Although t's a few milliseconds slower than the in-memory cache, but saves a load of memory with multiple instances.
22+
Although it's a few milliseconds slower than the in-memory cache, it saves a load of memory with multiple instances.
2323
> [!WARNING]
24-
> **While Redis support is available, it is not very stable**, especially in high-load scenario's (tens of requests per second). By implementing a custom connection manager,
25-
> it's brought down to a minimum but failures still happen. In such cases, SimpleCDN will load the data from disk instead of using the cache.
24+
> **While Redis support is available, it may be unstable**, especially in high-load scenario's (tens of requests per second). By implementing a custom connection manager,
25+
> it's brought down to a minimum but failures still happen. In such cases, SimpleCDN will load the data from disk directly instead of using the cache.
2626
27-
SimpleCDN is also available as a standalone application with a docker container:
28-
[ghcr.io/jonathanbout/simplecdn](https://ghcr.io/jonathanbout/simplecdn).
27+
SimpleCDN is also available as a standalone application with a docker container: [ghcr.io/jonathanbout/simplecdn](https://ghcr.io/jonathanbout/simplecdn).
2928

3029
## Configuration
3130

0 commit comments

Comments
 (0)