Skip to content

Commit a108dc1

Browse files
Merge branch 'main' into fern-support-patch-5
2 parents 7f4cebc + 7353542 commit a108dc1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You can suggest edits by making a pull request.
2727
To run a local development server with hot-reloading you can run the following command
2828

2929
```sh
30+
npm install -g fern-api
3031
fern docs dev
3132
```
3233

fern/assistants/flush-syntax.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,12 @@ VAPI supports three flush formats with case-insensitive matching:
5353
<CodeBlocks>
5454
```html title="Self-closing (Recommended)"
5555
<flush />
56-
``` ```html title="Opening tag"
57-
<flush>``` ```html title="Closing tag"</flush>
56+
```
57+
```html title="Opening tag"
58+
<flush>
59+
```
60+
```html title="Closing tag"
61+
</flush>
5862
```
5963
</CodeBlocks>
6064

0 commit comments

Comments
 (0)