Skip to content

Commit e0ad482

Browse files
committed
Fix readme
1 parent 9cb7991 commit e0ad482

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ composer require llm-agents/json-schema-mapper
4848
### Setting it up in Spiral
4949

5050
If you're using the Spiral framework (and why wouldn't you be? It's awesome!), you'll need to register the bootloader.
51-
Here's how:
51+
52+
**Here's how:**
5253

5354
1. Open up your `app/src/Application/Kernel.php` file.
5455
2. Add the `LLM\Agents\JsonSchema\Mapper\Integration\Spiral\SchemaMapperBootloader` to the `defineBootloaders()` method:
@@ -68,16 +69,17 @@ class Kernel extends \Spiral\Framework\Kernel
6869
}
6970
```
7071

71-
And that's it! The bootloader will take care of registering the SchemaMapper for you.
72+
And that's it! The bootloader will take care of registering all the necessary components for you.
7273

7374
### Setting it up in Laravel
7475

75-
If you're using the Spiral framework (and why wouldn't you be? It's awesome!), you'll need to register the bootloader.
76-
Here's how:
76+
If you're using the Laravel framework, you'll need to register the Service provider.
77+
78+
**Here's how:**
7779

7880
Just register the `LLM\Agents\JsonSchema\Mapper\Integration\Laravel\SchemaMapperServiceProvider`
7981

80-
And that's it! The service provider will take care of registering the SchemaMapper for you.
82+
And that's it! The service provider will take care of registering all the necessary components for you.
8183

8284
## How to Use It
8385

0 commit comments

Comments
 (0)