diff --git a/zerotier/DOCS.md b/zerotier/DOCS.md index 5cf6a84..e15d843 100644 --- a/zerotier/DOCS.md +++ b/zerotier/DOCS.md @@ -32,7 +32,7 @@ Example add-on configuration: networks: - wgfyiwe73747457 - fhu3888892jjfdk -api_auth_token: '' +api_auth_token: "" ``` **Note**: _This is just an example, don't copy and paste it! Create your own!_ @@ -47,7 +47,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -82,12 +82,12 @@ functionality. The format of the log is based on [Keep a Changelog][keepchangelog]. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support