Skip to content

Commit

Permalink
Fixed the missing description of the 2nd example in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Jul 1, 2017
1 parent d80b6ab commit 218d907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const server = new webdav.WebDAVServer({
server.start(() => console.log('READY'));
```

With a user manager :
With a user manager, privilege manager and serialization (save/load the state of the server) :

```javascript
// TypeScript
Expand Down

0 comments on commit 218d907

Please sign in to comment.