Skip to content

Commit cede2d5

Browse files
committed
minor README update
1 parent bf90052 commit cede2d5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.openapi-generator/templates/README.mustache

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
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}}
1313
- Generator version: {{generatorVersion}}
1414
- Build package: {{generatorClass}}
1515
{{#infoUrl}}
16+
1617
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
1718
{{/infoUrl}}
1819

@@ -24,7 +25,7 @@ Python {{{generatorLanguageVersion}}}
2425
### pip install
2526
We recommend installing from [PyPI](https://pypi.org) using `pip`:
2627
```sh
27-
pip install {{{packageName}}}
28+
pip install {{{projectName}}}
2829
```
2930

3031
You can also install via git:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ 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
10+
1011
For more information, please visit [https://www.opal.dev/](https://www.opal.dev/)
1112

1213
## Requirements.
@@ -17,7 +18,7 @@ Python 3.8+
1718
### pip install
1819
We recommend installing from [PyPI](https://pypi.org) using `pip`:
1920
```sh
20-
pip install opal_security
21+
pip install opal-security
2122
```
2223

2324
You can also install via git:

0 commit comments

Comments
 (0)