From feffd57cb87286ee9006e662144ab2483f5bd79b Mon Sep 17 00:00:00 2001 From: Volkor The Barbarian Warrior <volkor@thecum.zone> Date: Sun, 7 Apr 2019 21:55:55 +1000 Subject: [PATCH] Update README.md Fix linting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e580000..03302ff 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,9 @@ Archive should contain: 7. allow the services to start on boot. `sudo systemctl enable weathermonitor weatherbluetooth` ## The "token.json" File Format + ```json { "PB_api_token": "<TOKEN>" } -``` \ No newline at end of file +``` \ No newline at end of file -- GitLab