Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit ca4b3d9

Browse files
authored
Minor fix (#64)
1 parent 44f729f commit ca4b3d9

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
@@ -61,7 +61,7 @@ The config file is where all of your design system specs live. See this [example
6161
"rows": 30, // Quantity of row variables (number)
6262
"paths": {
6363
"route": "css-gridish", // Route that files save in from project root (optional, use `""` for project root, `"css-gridish"` is default)
64-
"intro": "intro.md" // Path to any markdown you want inserted at the top of your README.md documentation(optional)
64+
"intro": "intro.md" // Path to any markdown you want inserted at the top of your README.md documentation (optional)
6565
}
6666
}
6767
```

0 commit comments

Comments
 (0)