From 9ae86f258578c39ebdd72cbf070a625768760d2b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 17 Dec 2016 21:17:58 +0200 Subject: [PATCH] README.md: fix GFMD for nativefier GitHub Flavoured MarkDown parsed this as `sudo npm install nativefier -g nativefier https://riot.im/app/` which is incorrect. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0ea2124fb..50a8ff041e 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,11 @@ Many thanks to @aviraldg for the initial work on the electron integration. Other options for running as a desktop app: * https://github.com/krisak/vector-electron-desktop * @asdf:matrix.org points out that you can use nativefier and it just works(tm) - ``` - sudo npm install nativefier -g - nativefier https://riot.im/app/ - ``` + +``` +sudo npm install nativefier -g +nativefier https://riot.im/app/ +``` Development ===========