Skip to content

Commit

Permalink
docs: Move invalid example to the right section (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr authored and zkat committed Mar 8, 2018
1 parent 393f657 commit 9ee8d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ validate("some-package")
validate("example.com")
validate("under_score")
validate("123numeric")
validate("excited!")
validate("@npm/thingy")
validate("@jane/foo.js")
```
Expand All @@ -65,6 +64,7 @@ All of the above names are valid, so you'll get this object back:
### Invalid Names

```js
validate("excited!")
validate(" leading-space:and:weirdchars")
```

Expand Down

0 comments on commit 9ee8d54

Please sign in to comment.