diff --git a/docs/index.html b/docs/index.html index 162dd17..172da9d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -98,7 +98,7 @@

Command-line usage

Now, you can run stylus-supremacy command followed by a path to your Stylus file. Normally, the formatted Stylus content will be printed to the output stream (console/terminal).

stylus-supremacy format ./path/to/your/file.styl -

In case you want to format many files at a time, you can specify multiple paths, or pass the path in glob pattern.

+

In case you want to format many files at a time, you can specify multiple paths, or pass the path in Glob pattern.

stylus-supremacy format ./**/*.styl

The default formatting options will be used, unless you specify your own options explicitly using --options or -p.