From 419273f4dd5c68dad389af0f62e6f42a2d0b2257 Mon Sep 17 00:00:00 2001 From: Nils Date: Mon, 13 Nov 2017 22:21:49 +0100 Subject: [PATCH] fix quotes in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf1a4ce..4a92dcdb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ FrankerFaceZ uses node.js to manage development dependencies and to run an HTTP server for development. To get everything you need: 1. Install node.js and npm -2. Run ```npm install`` within the FrankerFaceZ directory. +2. Run ```npm install``` within the FrankerFaceZ directory. From there, you can use npm to build the extension from source simply by