Skip to content

Commit

Permalink
Fix command on site (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm authored Nov 7, 2023
1 parent 88ef748 commit cba0a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>Use locally</h2>
Run <code>npx publint</code> in your library directory to lint
locally.
</li>
<li>Run <code>npx publint --deps</code> to lint dependencies.</li>
<li>Run <code>npx publint deps</code> to lint dependencies.</li>
<li>
Run <code>npx publint --help</code> for the full list of options.
</li>
Expand Down

0 comments on commit cba0a98

Please sign in to comment.