Skip to content

Commit 6240d75

Browse files
authoredNov 20, 2023
chore: add missing quotes in README.md (#656)
We don't have `2.1.5` in js, but `'2.1.5'`
1 parent 14d263f commit 6240d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ ex.
543543
* `s.clean(' = v 2.1.5-foo')`: `null`
544544
* `s.clean(' = v 2.1.5-foo', { loose: true })`: `'2.1.5-foo'`
545545
* `s.clean('=v2.1.5')`: `'2.1.5'`
546-
* `s.clean(' =v2.1.5')`: `2.1.5`
546+
* `s.clean(' =v2.1.5')`: `'2.1.5'`
547547
* `s.clean(' 2.1.5 ')`: `'2.1.5'`
548548
* `s.clean('~1.0.0')`: `null`
549549

0 commit comments

Comments
 (0)
Please sign in to comment.