Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit fcaf74a

Browse files
authored
Merge pull request #122 from A-312/patch-1
Fix markdown syntax on "Options" part
2 parents 1758223 + a018a70 commit fcaf74a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ http.createServer(app).listen(3000);
9494
### Options
9595

9696
* `src` - (String) Source directory used to find `.scss` or `.sass` files.
97-
*
98-
* optional configurations:
99-
*
97+
98+
#### Optional configurations:
99+
100100
* `beepOnError` - Enable beep on error, false by default.
101101
* `debug` - `[true | false]`, false by default. Output debugging information.
102102
* `dest` - (String) Destination directory used to output `.css` files (when undefined defaults to `src`).

0 commit comments

Comments
 (0)