Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This section of the Bindle specification defines how naming and referencing work

A bindle has a name. For example, if we were to write a `hello world` bindle, it may have the name `hello_world`.

When a bindle is concretized into an invoice, it MUST have a name and a version. Version MUST be a valid [https://semver.org](SemVer 2 version).
When a bindle is concretized into an invoice, it MUST have a name and a version. Version MUST be a valid [SemVer 2 version](https://semver.org).

A bindle name can be one or more characters from the set of unicode alphabetic and numeric characters, as well as the characters `_` and `/`.

Expand Down