Skip to content

Commit 3c90a48

Browse files
ericirishRyanZim
authored andcommitted
Fix flags table --poll documentation (postcss#138)
1 parent 1dd6408 commit 3c90a48

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
@@ -60,7 +60,7 @@ cat input.css | postcss [OPTIONS] > output.css
6060
|`-s, --syntax`|`{String}`|`undefined`|Custom PostCSS Syntax|
6161
|`-t, --stringifier`|`{String}`|`undefined`|Custom PostCSS Stringifier|
6262
|`-w, --watch`|`{Boolean}`|`false`|Enable Watch Mode|
63-
|`--poll`|`{Boolean|Number}`|`100`|Use polling for file watching. Can optionally pass polling interval; default 100 ms|
63+
|`--poll`|`{Boolean\|Number}`|`100`|Use polling for file watching. Can optionally pass polling interval; default 100 ms|
6464
|`-u, --use`|`{Array}`|`[]`|PostCSS Plugins|
6565
|`-m, --map`|`{Boolean}`|`{ inline: true }`|External Sourcemaps|
6666
|`--no-map`|`{Boolean}`|`false`|Disable Sourcemaps|

0 commit comments

Comments
 (0)