Skip to content

Commit

Permalink
✨ plate 29
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 27, 2023
1 parent 16aba8f commit 2bea11a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/plate-playground-template/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Playground Template

A comprehensive playground template for building rich-text editors with [Plate](https://platejs.org/) and Next.js 13.
A comprehensive playground template for building rich-text editors with [Plate](https://platejs.org/) and Next.js 14.

## Usage

Expand All @@ -10,7 +10,7 @@ pnpm create next-app -e https://github.com/udecode/plate-playground-template

## Features

- Next.js 13 App Directory
- Next.js 14 App Directory
- [Plate](https://platejs.org/) Editor
- [shadcn/ui](https://ui.shadcn.com/)
- Radix UI Primitives
Expand Down
2 changes: 1 addition & 1 deletion templates/plate-playground-template/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function IndexPage() {
<p className="max-w-[700px] text-lg text-muted-foreground">
Plugin system & primitive component library.{' '}
<br className="hidden sm:inline" />
CLI for styled components. Customizable. Open Source. And Next.js 13
CLI for styled components. Customizable. Open Source. And Next.js 14
Ready.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/plate-template/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Playground Template

A minimal template for building rich-text editors with [Plate](https://platejs.org/) and Next.js 13.
A minimal template for building rich-text editors with [Plate](https://platejs.org/) and Next.js 14.

## Usage

Expand All @@ -10,7 +10,7 @@ pnpm create next-app -e https://github.com/udecode/plate-template

## Features

- Next.js 13 App Directory
- Next.js 14 App Directory
- [Plate](https://platejs.org/) Editor
- [shadcn/ui](https://ui.shadcn.com/)
- Radix UI Primitives
Expand Down
2 changes: 1 addition & 1 deletion templates/plate-template/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function IndexPage() {
<p className="max-w-[700px] text-lg text-muted-foreground">
Plugin system & primitive component library.{' '}
<br className="hidden sm:inline" />
CLI for styled components. Customizable. Open Source. And Next.js 13
CLI for styled components. Customizable. Open Source. And Next.js 14
Ready.
</p>
</div>
Expand Down

0 comments on commit 2bea11a

Please sign in to comment.