From 802c1f18c96cbfcd9f40a5667d8fa06ff3945a3a Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:39:30 +0200 Subject: [PATCH] Doc: use backticks in markdown Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- doc/POST_INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 1d8dde3..63fba8d 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,8 +1,8 @@ Complete the registration process from the setup page displayed. Details for MySQL database to be entered during the registration process: -- Database login: __DB_USER__ -- Database name: __DB_NAME__ -- Database password: __DB_PWD__ +- Database login: `__DB_USER__` +- Database name: `__DB_NAME__` +- Database password: `__DB_PWD__` To login to Mautic: `https://__DOMAIN__/s/login` \ No newline at end of file