Skip to content

Commit 4f58d1d

Browse files
committed
minor README update
1 parent bf90052 commit 4f58d1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.openapi-generator/templates/README.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

88
- API version: {{appVersion}}
9-
- Package version: {{packageVersion}}
9+
- [Releases](https://github.com/opalsecurity/opal-python/releases/)
1010
{{^hideGenerationTimestamp}}
1111
- Build date: {{generatedDate}}
1212
{{/hideGenerationTimestamp}}
@@ -24,7 +24,7 @@ Python {{{generatorLanguageVersion}}}
2424
### pip install
2525
We recommend installing from [PyPI](https://pypi.org) using `pip`:
2626
```sh
27-
pip install {{{packageName}}}
27+
pip install {{{projectName}}}
2828
```
2929

3030
You can also install via git:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Your Home For Developer Resources.
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.0
7-
- Package version: 1.0.0
7+
- [Releases](https://github.com/opalsecurity/opal-python/releases/)
88
- Generator version: 7.10.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://www.opal.dev/](https://www.opal.dev/)
@@ -17,7 +17,7 @@ Python 3.8+
1717
### pip install
1818
We recommend installing from [PyPI](https://pypi.org) using `pip`:
1919
```sh
20-
pip install opal_security
20+
pip install opal-security
2121
```
2222

2323
You can also install via git:

0 commit comments

Comments
 (0)