From aef95fc4106d1d7cfa1622fdc2425d200e7df26f Mon Sep 17 00:00:00 2001 From: Rubens Mariuzzo Date: Thu, 24 Nov 2016 22:06:44 -0400 Subject: [PATCH] Fixed single quote. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index ff4353bf..7d20a4c7 100644 --- a/docs/install.md +++ b/docs/install.md @@ -72,6 +72,6 @@ On Linux platforms, you need to specify your browser path before using the Swagg ```javascript module.exports = { - browser: ’the/path/to/your/browser' + browser: 'the/path/to/your/browser' }; ```