Skip to content

Commit f9e8cfe

Browse files
committed
Added missing comma in README
Just noticed this when skimming through the README.
1 parent 85f57ec commit f9e8cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ It is advised to add them both into `.gitignore`.
8383
You can customize them as you need:
8484
```json
8585
"release-script": {
86-
"docsRepo": "[email protected]:<author>/original-project-name-github.io.git"
86+
"docsRepo": "[email protected]:<author>/original-project-name-github.io.git",
8787
"docsRoot": "docs-built",
8888
"tmpDocsRepo": "tmp-docs-repo"
8989
}

0 commit comments

Comments
 (0)