Skip to content

Commit 83ce0ef

Browse files
committed
Fixed errant apostrophe, indentation in example
1 parent a78603d commit 83ce0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ As a courtesy, gulp-jsdoc bundles ink-docstrap templates, that you may use direc
122122

123123
```
124124
{
125-
path: 'ink-docstrap',
126-
systemName : 'Something'',
125+
path : "ink-docstrap",
126+
systemName : "Something",
127127
footer : "Something",
128128
copyright : "Something",
129129
navType : "vertical",

0 commit comments

Comments
 (0)