Skip to content

Commit 954fe4d

Browse files
committed
Sync open source content 🐝 (from 23777dc8e86252a8dc65a16e13e3c81130b1e893)
1 parent e6f30b4 commit 954fe4d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/sdks/sdk-docs/edit-readme.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ paths:
187187
188188
This YAML will result in the following being added to the `README.md` and `USAGE.md` files:
189189

190-
```markdown
190+
````
191191
### Add your pet
192192

193193
First, add your own pet.
@@ -200,7 +200,7 @@ var sdk = new PetstoreSDK();
200200
201201
var req = new Pet();
202202
203-
var res = await sdk.Pets.AddPetAsync(req);
203+
var res = await sdk.Pets.AddPetAsync(req);
204204
```
205205

206206
### List the pets
@@ -212,9 +212,9 @@ using PetStore;
212212
using PetStore.Models.Pets;
213213
214214
var sdk = new PetstoreSDK();
215-
var res = await sdk.Pets.ListPetsAsync();
216-
```
215+
var res = await sdk.Pets.ListPetsAsync();
217216
```
217+
````
218218

219219
### Table of Contents
220220

0 commit comments

Comments
 (0)