Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Au-lit/YASVL
Browse files Browse the repository at this point in the history
  • Loading branch information
Au-lit committed May 27, 2021
2 parents 279ca9b + 489acec commit e5e746a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Yet another semantic verionning library (YASVL)
# Yet another [semantic versioning](https://semver.org/) library (YASVL)

Yasvl is a C++20 library to handle versions:
Yasvl is a single header C++20 library to handle versions:
```cpp
#include "yasvl.hpp"

Expand All @@ -12,7 +12,7 @@ int main() {
```
Possible output:
```
The compiler version(v11.0.0) is over v1.0.0: true
The compiler version(v11.0.0) is greater than v1.0.0: true
```
Here is a resume of the api
```cpp
Expand Down

0 comments on commit e5e746a

Please sign in to comment.