From 52caab9bcbd25991b995c06cf364cf74942eeb4e Mon Sep 17 00:00:00 2001 From: Rhys Lees <43909932+RhysLees@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:35:00 +0100 Subject: [PATCH] WIP --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8107305..7bd2928 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ [![run-tests](https://github.com/codebar-ag/filament-json-field/actions/workflows/run-tests.yml/badge.svg)](https://github.com/codebar-ag/filament-json-field/actions/workflows/run-tests.yml) [![PHPStan](https://github.com/codebar-ag/filament-json-field/actions/workflows/phpstan.yml/badge.svg)](https://github.com/codebar-ag/filament-json-field/actions/workflows/phpstan.yml) -This package was developed to give you a quick start to creating tickets via the Filament Json Field API. - ## 💡 What is Filament Json Field? Filament Json Field is a Filament wrapper for Codemirror. @@ -54,7 +52,7 @@ public function form(Form $form): Form Infolists: ```php -use CodebarAg\FilamentJsonField\Forms\Components\JsonEntry; +use CodebarAg\FilamentJsonField\Infolists\Components\JsonEntry; ...