From 107dcf903e070b28d78ca0334196b0be9e117118 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sat, 20 May 2017 13:45:47 +0200 Subject: [PATCH] added a missing character --- selected-markdown-to-jira/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selected-markdown-to-jira/info.json b/selected-markdown-to-jira/info.json index 8b2d1c0..bf9efe7 100644 --- a/selected-markdown-to-jira/info.json +++ b/selected-markdown-to-jira/info.json @@ -5,5 +5,5 @@ "authors": ["@pbek"], "version": "0.0.1", "minAppVersion": "17.05.7", - "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\nNode.js\njira2mdnpm)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:\nnpm install jira2md" + "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\nNode.js\njira2md (installed via npm)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:\nnpm install jira2md" }