update render util readme

This commit is contained in:
Adam Matthiesen 2024-02-13 02:41:27 -08:00
parent 5147ac5fa6
commit c869eb5ca6
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ The most basic function of `astro-ghostcms-rendercontent` is to convert a string
import { GhostRender } from "@matthiesenxyz/astro-ghostcms-rendercontent";
---
<Markup content={post.html} />
<GhostRender content={post.html} />
```
### Customization

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-rendercontent",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"