From c9cd195508a92a8080bcd538a7be0931eafdcbc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 3 Jul 2023 11:47:13 +0200 Subject: [PATCH] [mod] readme --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 2e8bdbb..dc183a9 100644 --- a/readme.md +++ b/readme.md @@ -22,12 +22,14 @@ For most API calls it is necessary to provide login information. There are two w - the default location is `~/.inwx-conf.json` - a minial configuration file for specifying the credentials would look as follows: - { - "account": { - "username": "___", - "password": "___" - } +``` +{ + "account": { + "username": "___", + "password": "___" } +} +``` ## Commands