commit e0295d0abd739d4612188e78e867af7ddebeeea9
parent f7650a0e09741f76b13ab27c5d9ce7e70e00ae7a
Author: oscarbenedito <oscar@obenedito.org>
Date:   Sun, 13 Oct 2019 13:54:15 +0200

Spacing on README

Diffstat:
MREADME.md | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -34,13 +34,13 @@ If you want to backup repositories from which you are not a member on the curren ```json [ - { - "name":"<Repository name - for backup information>", - "description":"<Repository description - for backup information>", - "path":"<Repository path where the backup will be saved>", - "ssh_url":"<Repository url>", - "host":"<Repository host - for backup information and stablishing saving directory>" - } + { + "name":"<Repository name - for backup information>", + "description":"<Repository description - for backup information>", + "path":"<Repository path where the backup will be saved>", + "ssh_url":"<Repository url>", + "host":"<Repository host - for backup information and stablishing saving directory>" + } ] ```