Skip to content

Commit 6a6b5e0

Browse files
authored
reference/manifest: Adjust keywords description
This adjusts the naming rules for keywords to match the implemented reality: https://github.com/rust-lang/crates.io/blob/aab95692baa0dd2374a2ab5cb2cb2d89d7b2a2eb/src/models/keyword.rs#L56-L64
1 parent 40b78fe commit 6a6b5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/reference/manifest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ words that would help someone find this crate.
306306
keywords = ["gamedev", "graphics"]
307307
```
308308

309-
> **Note**: [crates.io] has a maximum of 5 keywords. Each keyword must be
310-
> ASCII text, start with a letter, and only contain letters, numbers, `_` or
311-
> `-`, and have at most 20 characters.
309+
> **Note**: [crates.io] allows a maximum of 5 keywords. Each keyword must be
310+
> ASCII text, have at most 20 characters, start with an alphanumeric character,
311+
> and only contain letters, numbers, `_`, `-` or `+`.
312312
313313
### The `categories` field
314314

0 commit comments

Comments
 (0)