We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6877619 commit f466ed1Copy full SHA for f466ed1
README.md
@@ -39,9 +39,9 @@ $ standard --verbose | snazzy
39
alongside `snazzy`.
40
41
Run `npm install standard --save-dev` to get a copy of `standard`, then run
42
-`standard | snazzy` where you previously used to ran `snazzy`.
+`standard | snazzy` where you previously used to run `snazzy`.
43
44
-This method requires more steps but it's better since the user controls the exact
+This way requires more steps, but it's better. The user now controls the exact
45
version of `standard` that is used. And for users who were piping into `snazzy` all
46
along, this means a quicker install since an extra copy of `standard` will not get
47
installed.
0 commit comments