Skip to content

Commit 8c6cd92

Browse files
Merge pull request #48 from NHSDigital/APM-4961-update-docs
Update README.md
2 parents 8f62759 + 202235d commit 8c6cd92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation is straightforward using pip:
66
```
77
pip install proxygen-cli
88
```
9-
After installation, the `proxygen` executable is available. Typing `proxygen` displays a list of available commands.
9+
After installation, the `proxygen` executable is available. Typing `proxygen` displays a list of available commands. The `proxygen --version` command will show the version of the CLI installed.
1010

1111

1212
## Configuration
@@ -105,4 +105,4 @@ When testing using the pytest-nhsd-apim python testing package, an apigee manage
105105
Use the following command to obtain the pytest-nhsd-apim token:
106106
```
107107
$(proxygen pytest_nhsd_apim get_token)
108-
```
108+
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "proxygen-cli"
3-
version = "2.1.18"
3+
version = "2.1.19"
44
description = "CLI for interacting with NHSD APIM's proxygen service"
55
authors = ["Ben Strutt <ben.strutt1@nhs.net>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)