We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1d7c1 commit 7180780Copy full SHA for 7180780
1 file changed
README.md
@@ -10,7 +10,7 @@ A simple PHP CLI tool for working with [SemVer](https://semver.org/) version str
10
* Compare two version strings
11
* Validates SemVer-compliant version strings
12
13
-## Getting Started
+## Usage
14
15
### Requirements
16
@@ -31,7 +31,7 @@ Or, use as a development dependency in your project:
31
composer require --dev syntatis/version-cli
32
```
33
34
-## Commands
+### Commands
35
36
If you run it globally, you can use the `version` command directly in your terminal:
37
0 commit comments