diff --git a/selected-markdown-to-jira/info.json b/selected-markdown-to-jira/info.json
index 6fe06d7..9d3623a 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\njira2md (installed via npm
)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing sudo npm install -g jira2md
.\nYou might also need to set your NODE_PATH
to the path where the module did get installed with for example export NODE_PATH=/usr/local/lib/node_modules
."
+ "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:sudo npm install -g jira2md
\n\nYou might also need to set your NODE_PATH
to the path where the module did get installed with for example:\nexport NODE_PATH=/usr/local/lib/node_modules
"
}