Skip to content

Commit 6ad44f5

Browse files
authored
Update README.md
1 parent 6e6f0ad commit 6ad44f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ $checksum = $luhn->calcChecksum($number);
5050
$checkDigit = $luhn->calcCheckDigit($number);
5151
```
5252

53+
## Versioning
54+
55+
This project complies with [Semantic Versioning](https://semver.org/).
56+
5357
## Changelog
5458

5559
For a complete list of changes, and how to migrate between major versions, see [releases page](https://github.com/Ekman/luhn-algorithm/releases).

0 commit comments

Comments
 (0)