Skip to content

Commit

Permalink
Clarify that the extension's revision number should start at 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Dec 22, 2023
1 parent b627a55 commit b00a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conventions/extension-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The extension shall be named in the form: `clap.$NAME/$REV`.
Where:
- `$NAME` is the name of the exension.
- `$REV` is the revision of the extension. This is an integer that is incremented for each iteration.
- `$REV` is the revision of the extension. This is an integer that is incremented for each iteration. It should start at 1.

For extensions made by third-parties and not officially published by the CLAP project, please use the following form: `$REVERSE_URI.$NAME/$REV`.
Where:
Expand Down

0 comments on commit b00a04e

Please sign in to comment.