Skip to content

Commit 1326ad8

Browse files
authored
Merge pull request #20 from dotswan/mohaphez-patch-1
Update README.md
2 parents 6867f57 + d97ccc6 commit 1326ad8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,17 @@ The Filament Code Editor package enhances Filament with a specialized field type
2222

2323
To integrate the Filament Code Editor package into your project, use Composer:
2424

25+
2526
```bash
2627
composer require dotswan/filament-code-editor
2728
```
2829

30+
For **Filament v3**:
31+
```bash
32+
composer require dotswan/filament-code-editor:"^1.1.4"
33+
```
34+
35+
2936
## Basic Usage
3037

3138
To implement the code editor field within Filament forms, use the `CodeEditor` field type:

0 commit comments

Comments
 (0)