Skip to content

Commit 11cc3d2

Browse files
tomdaleiarna
authored andcommitted
Remove ableist examples from README
1 parent 3af92c8 commit 11cc3d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ validate("some-package")
4747
validate("example.com")
4848
validate("under_score")
4949
validate("123numeric")
50-
validate("crazy!")
50+
validate("excited!")
5151
validate("@npm/thingy")
5252
validate("@jane/foo.js")
5353
```
@@ -91,7 +91,7 @@ a change in the value of `validForNewPackages` property, and a warnings array
9191
will be present:
9292

9393
```js
94-
validate("cRaZY-paCkAgE-with-mixed-case-and-more-than-214-characters-----------------------------------------------------------------------------------------------------------------------------------------------------------")
94+
validate("eLaBorAtE-paCkAgE-with-mixed-case-and-more-than-214-characters-----------------------------------------------------------------------------------------------------------------------------------------------------------")
9595
```
9696

9797
returns:

0 commit comments

Comments
 (0)