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

Fixed single quote. #459

Merged
merged 1 commit into from
Nov 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};
```