Skip to content

Commit 46a7bf9

Browse files
committed
fix readme
1 parent 59452ac commit 46a7bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ $inspect(resources.fetching);
219219

220220
## Components
221221

222-
### <CameraImage>
222+
### `<CameraImage>`
223223

224224
Fetches a camera image at a constant interval and displays it in an `<img>` tag.
225225

@@ -242,7 +242,7 @@ let { partID, name }: Props = $props();
242242
/>
243243
```
244244

245-
### <CameraStream>
245+
### `<CameraStream>`
246246

247247
Opens a camera stream and renders it in `<video>` tag.
248248

0 commit comments

Comments
 (0)