From 238a9a6f5c0750f4ff7e82559368728aee7f2eea Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sat, 27 Jan 2024 22:48:53 -0800 Subject: [PATCH] update readme --- packages/create-astro-ghostcms/README.md | 7 ++++--- packages/create-astro-ghostcms/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/create-astro-ghostcms/README.md b/packages/create-astro-ghostcms/README.md index e4a61d98..2986e3e6 100644 --- a/packages/create-astro-ghostcms/README.md +++ b/packages/create-astro-ghostcms/README.md @@ -27,6 +27,7 @@ npx @matthiesenxyz/create-astro-ghostcms -- ## Available templates -| Template | Description | -| -------- | ----------------------------------------------------- | -| `basic` | Basic Setup with astro-ghostcms and theme-default | +| Template | Description | +| ------------ | ----------------------------------------------------- | +| `basic` | Basic Setup with astro-ghostcms and theme-default | +| `starterkit` | Integration in API-Only Mode with customizable theme | diff --git a/packages/create-astro-ghostcms/package.json b/packages/create-astro-ghostcms/package.json index 45eca95f..87c72430 100644 --- a/packages/create-astro-ghostcms/package.json +++ b/packages/create-astro-ghostcms/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/create-astro-ghostcms", - "version": "0.0.1-dev30", + "version": "0.0.1-dev31", "description": "Utility to quickly get started with our Integration and astro", "type": "module", "main": "./create-astro-ghostcms.mjs",