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:
duckboy81 2023-02-08 03:24:06 +01:00 committed by GitHub
parent 0f1919ee53
commit e13a4e143b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ _unPublished (not recommended):_
```
npm install PATH_TO_GENERATED_PACKAGE --save
```
### Usage
@ -76,4 +77,4 @@ p.tags = [];
p.status = "available";
Promise<your_api.Pet> createdPet = api.addPet(p);
```
```