forked from loafle/openapi-generator-original
Added missing end code block ticks (#14630)
Looks like a large, sweeping change trimmed off a few backticks. Without them the rest of this readme is rubbish.
This commit is contained in:
parent
0f1919ee53
commit
e13a4e143b
@ -28,6 +28,7 @@ _unPublished (not recommended):_
|
|||||||
|
|
||||||
```
|
```
|
||||||
npm install PATH_TO_GENERATED_PACKAGE --save
|
npm install PATH_TO_GENERATED_PACKAGE --save
|
||||||
|
```
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
@ -76,4 +77,4 @@ p.tags = [];
|
|||||||
p.status = "available";
|
p.status = "available";
|
||||||
Promise<your_api.Pet> createdPet = api.addPet(p);
|
Promise<your_api.Pet> createdPet = api.addPet(p);
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user