Skip to content

Commit

Permalink
chore: add missing quotes in README.md (#656)
Browse files Browse the repository at this point in the history
We don't have `2.1.5` in js, but `'2.1.5'`
  • Loading branch information
zyxkad committed Nov 20, 2023
1 parent 14d263f commit 6240d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -543,7 +543,7 @@ ex.
* `s.clean(' = v 2.1.5-foo')`: `null`
* `s.clean(' = v 2.1.5-foo', { loose: true })`: `'2.1.5-foo'`
* `s.clean('=v2.1.5')`: `'2.1.5'`
* `s.clean(' =v2.1.5')`: `2.1.5`
* `s.clean(' =v2.1.5')`: `'2.1.5'`
* `s.clean(' 2.1.5 ')`: `'2.1.5'`
* `s.clean('~1.0.0')`: `null`
Expand Down

0 comments on commit 6240d75

Please sign in to comment.