Skip to content

Commit bf34c82

Browse files
authored
Update Documentation #2
2 parents 75912aa + 5c8c195 commit bf34c82

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ For feedback, please get in touch with us at [Check Point Software Technologies
3131

3232
## ⬇️ CLI Download
3333

34-
To start using this CLI, simpley download the relevant OS binary from the [Release](https://github.com/CheckPointSW/harmony-endpoint-management-cli/releases/latest)
35-
36-
Or install it via PIP (PyPi registry) as global python command
34+
To start using this CLI, install it via PIP (PyPi registry) as a global python command
3735
```bash
3836
pip install chkp-harmony-endpoint-management-cli
3937
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from dotenv import load_dotenv
99
load_dotenv()
1010

11-
version = '1.0.17'
11+
version = '1.0.18'
1212

1313
this_directory = Path(__file__).parent
1414
long_description = (this_directory / "README.md").read_text(encoding='utf-8')

0 commit comments

Comments
 (0)