Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Feb 7, 2024
1 parent 00b81f5 commit a6e31fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/plate-playground-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ A comprehensive playground template for building rich-text editors with [Plate](
## Usage

```bash
pnpm create next-app -e https://github.com/udecode/plate-playground-template
pnpm install
pnpm dev
```

## Features
Expand Down
3 changes: 2 additions & 1 deletion templates/plate-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ A minimal template for building rich-text editors with [Plate](https://platejs.o
## Usage

```bash
pnpm create next-app -e https://github.com/udecode/plate-template
pnpm install
pnpm dev
```

## Features
Expand Down

0 comments on commit a6e31fa

Please sign in to comment.