Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mityax authored Nov 21, 2024
1 parent 86977f8 commit ec6dbd5
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 @@ -14,11 +14,11 @@ docker run -d --name decsync-caldav \
ghcr.io/mityax/decsync-docker:main
```

**Remember to** replace `<decsync-directory>` in the command in with the path to your local, synchronised Decsync data directory.
**Remember to** replace `<decsync-directory>` in the command with the path to your local, synchronized Decsync data directory.

You can then just connect to the local CalDav server using this url: [http://localhost:5232](http://localhost:5232)

When asked for credentials, just enter something random – the server accepts everything as per the defaul configuration, which is fine as long is it is only exposed locally.
When asked for credentials, just enter something random – the server accepts everything as per the default configuration, which is fine as long is it is only exposed locally.

### Setting up Automatic Updates (optional)
To keep the container automatically up to date (using watchtower), use:
Expand Down

0 comments on commit ec6dbd5

Please sign in to comment.