From f6d1543108907d32f72e3e253d2137c9ee6f7ac4 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Thu, 13 Feb 2025 16:40:33 +0300 Subject: [PATCH] docs: fix code character Signed-off-by: Polianin Nikita --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0450250..e5454d9 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,11 @@ To set up the `redirect URL` when registering and logging in using OAuth 2, use **Where:** -- `{schema}` is the protocol you are using (`http` or `https'). -- `{domain}` is your domain (for example, `mydomain.com ` or IP address). -- `{portString}` is a port string that is only needed if your application is running on a non—standard port (for +- `{schema}` is the protocol you are using (`http` or `https`). +- `{domain}` is your domain (for example, `mydomain.com` or IP address). +- `{portString}` is a port string that is only needed if your application is running on a non-standard port (for example, `:8080`). If you use standard ports (`80` for `http` and `443` for `https`), this parameter can be omitted. -- `{ACTUAL_SUB_PATH}` is the path to your API that you specify in the settings. If it ends with `/api', then don't add ` - /api` at the end of the URL. +- `{ACTUAL_SUB_PATH}` is the path to your API that you specify in the settings. If it ends with `/api`, then don't add `/api` at the end of the URL. **Examples:**