nosdav / server

NosDAV Server
https://nosdav.com/server
MIT License
9 stars 1 forks source link

Update README to reflect support for multiple owners #7

Closed melvincarvalho closed 1 year ago

melvincarvalho commented 1 year ago

The current README example for the server implementation doesn't demonstrate the support for multiple owners. Please update the README to include an example with multiple owners as a comma-separated set of public keys. This change will help users understand the library's capability to handle multiple owners more effectively.

For example, the updated usage in the README could look like this:

const owners = ['public_key1','public_key2']; // Comma-separated list of public keys