docs: Fix typo

This commit is contained in:
Joachim Van Herwegen 2022-08-05 09:19:02 +02:00
parent de2f447847
commit 1a91e74793

View File

@ -4,7 +4,7 @@
### New features ### New features
- Metadata of resources can now be edited by PATCHing its description resource. - Metadata of resources can now be edited by PATCHing its description resource.
This has an impact on which requests are allowed. This has an impact on which requests are allowed.
See the [documentation](https://communitysolidserver.github.io/CommunitySolidServer/4.0/s/metadata.md) for more information. See the [documentation](https://communitysolidserver.github.io/CommunitySolidServer/5.0/metadata.md) for more information.
- Components.js was upgraded to v5. If you have created an external component - Components.js was upgraded to v5. If you have created an external component
you should also upgrade to prevent warnings and conflicts. you should also upgrade to prevent warnings and conflicts.
- The server can now run multithreaded with multiple workers. This is done with the `--workers` or `-w` flag. - The server can now run multithreaded with multiple workers. This is done with the `--workers` or `-w` flag.