Update README.md

This commit is contained in:
Adam Matthiesen 2024-02-25 01:06:14 -08:00 committed by GitHub
parent c3d156b205
commit 28565e3fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -92,8 +92,9 @@ import { GetGist } from "@matthiesenxyz/astro-gists/components"
This Utility is meant to display an entire collection of Gists by ID
```astro
---
import { GetGistGroup } from "@matthiesenxyz/astro-gists/components"
---
<GetGistGroup
gistId="your-gist-id-here"
/>