From c1f4e18054e5dbb9a31da3d5dc965746f47a8a46 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 10 Apr 2019 01:03:24 +0200 Subject: [PATCH] Quotes around "HEAD" to be valid json --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5994923..59df6d1 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ To make an app a High Quality app, technically, you have to add the tag ```"high "wallabag": { "branch": "master", "high_quality": true, - "revision": HEAD, + "revision": "HEAD", "url": "https://github.com/abeudin/wallabag_ynh.git", "state": "working" } @@ -108,7 +108,7 @@ To make an app a Featured app, technically, you have to add the tag ```"featured "branch": "master", "high_quality": true, "featured": true, - "revision": HEAD, + "revision": "HEAD", "url": "https://github.com/abeudin/wallabag_ynh.git", "state": "working" }