Skip to content

Commit 09f95ac

Browse files
committed
Update README.md
1 parent 7180780 commit 09f95ac

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,14 @@
22

33
[![CI](https://github.com/syntatis/version-cli-php/actions/workflows/ci.yml/badge.svg)](https://github.com/syntatis/version-cli-php/actions/workflows/ci.yml)
44

5-
A simple PHP CLI tool for working with [SemVer](https://semver.org/) version strings.
5+
This is a simple command-line tool built with PHP that helps you work with [SemVer (Semantic Versioning)](https://semver.org/) strings. You can use it to check if a version string is valid, compare two versions to see which one is greater, or increase a version by major, minor, or patch levels.
66

7-
## Features
8-
9-
* Increment version by major, minor, or patch
10-
* Compare two version strings
11-
* Validates SemVer-compliant version strings
12-
13-
## Usage
14-
15-
### Requirements
7+
## Requirements
168

179
* PHP 7.4 or higher
1810
* Composer
1911

20-
### Installation
12+
## Installation
2113

2214
You can install it globally or locally using Composer:
2315

@@ -31,7 +23,7 @@ Or, use as a development dependency in your project:
3123
composer require --dev syntatis/version-cli
3224
```
3325

34-
### Commands
26+
## Usage
3527

3628
If you run it globally, you can use the `version` command directly in your terminal:
3729

0 commit comments

Comments
 (0)