Skip to content

Commit e07a1ed

Browse files
Releasing v0.1.1
1 parent a2a3085 commit e07a1ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openapi_gen"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use the application, run the command below from the command line:
2929
$ ./target/release/openapi_cli generate -v <version> -i <input> -o <output> -l <language>
3030
```
3131

32-
Replace <version> with the version of OpenAPI generator CLI, <**input>** with the path to your OpenAPI specification file, <output> with the path to the directory where the generated code should be saved, and <language> with the target language for the generated code.
32+
Replace <version> with the version of OpenAPI generator CLI, `<input>` with the path to your OpenAPI specification file, <output> with the path to the directory where the generated code should be saved, and <language> with the target language for the generated code.
3333

3434
## Contributing
3535

0 commit comments

Comments
 (0)