Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 60eb0ab

Browse files
authored
Merge pull request #459 from rmariuzzo/patch-1
Fixed single quote.
2 parents 79a42ef + aef95fc commit 60eb0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ On Linux platforms, you need to specify your browser path before using the Swagg
7272

7373
```javascript
7474
module.exports = {
75-
browser: the/path/to/your/browser'
75+
browser: 'the/path/to/your/browser'
7676
};
7777
```

0 commit comments

Comments
 (0)