diff --git a/README.md b/README.md
index ce7e60c..7dddc93 100644
--- a/README.md
+++ b/README.md
@@ -50,14 +50,19 @@ Please see the appropriate guide for your CLI of choice:
UrlCheck
```
- You can type '-a' flag to allow checking for archived versions of URLs.
+ You can type '--a' flag to allow checking for archived versions of URLs.
```bash
- UrlCheck -a
+ UrlCheck --a
```
- This '-s' flag change 'http' to 'https' in URLs and you can check whether url work with https or not.
+ This '--s' flag change 'http' to 'https' in URLs and you can check whether url work with https or not.
```bash
- UrlCheck -s
+ UrlCheck --s
+ ```
+
+ This '--v' or '--version' flag return the current version.
+ ```bash
+ UrlCheck --v
```
### PowerShell
@@ -75,10 +80,14 @@ Please see the appropriate guide for your CLI of choice:
- ```bash
- java -jar UrlCheck.jar
- ```
+ ```bash
+ java -jar UrlCheck.jar
+ ```
+ ```bash
+ java -jar UrlCheck.jar /v
+ ```
+
## Library
https://github.com/java-native-access/jna