Skip to content

Commit 0209099

Browse files
committed
doc: update readme
1 parent 7376592 commit 0209099

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ A simple editor.js html parser for Laravel
77
[![Latest Version on Packagist](https://img.shields.io/packagist/v/alaminfirdows/laravel-editorjs.svg?style=for-the-badge)](https://packagist.org/packages/alaminfirdows/laravel-editorjs)
88
[![Total Downloads](https://img.shields.io/packagist/dt/alaminfirdows/laravel-editorjs.svg?style=for-the-badge)](https://packagist.org/packages/alaminfirdows/laravel-editorjs)
99

10-
---
10+
## Features
11+
- Render Editor.js output
12+
- Custom block rendering
13+
14+
## Demo
15+
You can can play with the demo [here](https://github.com/alaminfirdows/laravel-editorjs-demo)
1116

1217
## Installation
1318

@@ -62,11 +67,11 @@ echo $post->body;
6267

6368
## Versioning
6469

65-
| Laravel | Supported |
66-
| ------- | --------- |
67-
| 10.x | ✅ 2.x |
68-
| 9.x | ✅ 1.1 |
69-
| 8.x | ✅ 1.0 |
70+
| Laravel | Supported |
71+
| ---------- | --------- |
72+
| 10.x, 11.x | ✅ 2.x |
73+
| 9.x | ✅ 1.1 |
74+
| 8.x | ✅ 1.0 |
7075

7176
## Contributing
7277

0 commit comments

Comments
 (0)