Skip to content

Commit

Permalink
Amended the static site
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantachai Saothong (Manta) committed Feb 2, 2018
1 parent 4fbc759 commit e6ad431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1>Command-line usage</h1>
<p>Now, you can run <mark>stylus-supremacy</mark> command followed by a path to your Stylus file. Normally, the formatted Stylus content will be printed to the output stream (console/terminal).</p>
<code>stylus-supremacy format ./path/to/your/file.styl</code>

<p>In case you want to format many files at a time, you can specify multiple paths, or pass the path in <a href="https://www.npmjs.com/package/glob" target="_blank">glob pattern</a>.</p>
<p>In case you want to format many files at a time, you can specify multiple paths, or pass the path in <a href="https://www.npmjs.com/package/glob#glob-primer" target="_blank">Glob</a> pattern.</p>
<code>stylus-supremacy format ./**/*.styl</code>

<p>The <a href="#options">default formatting options</a> will be used, unless you specify your own options explicitly using <mark>--options</mark> or <mark>-p</mark>.</p>
Expand Down

0 comments on commit e6ad431

Please # to comment.