Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink authored Aug 18, 2024
1 parent 9fdd380 commit e4d3972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![codestyle](https://github.com/gwleuverink/inject-package-assets/actions/workflows/codestyle.yml/badge.svg)](https://github.com/gwleuverink/inject-package-assets/actions/workflows/codestyle.yml)
[![tests](https://github.com/gwleuverink/inject-package-assets/actions/workflows/tests.yml/badge.svg)](https://github.com/gwleuverink/inject-package-assets/actions/workflows/tests.yml)

Simplify your Laravel package development by automatically injecting js & css assets into web responses. No manual inclusion required for your package users! 🚀
Simplify your Laravel package development by automatically injecting JS & CSS assets into web responses. No manual inclusion required for your package users! 🚀

## Installation

Expand Down Expand Up @@ -75,7 +75,7 @@ class ServiceProvider extends BaseServiceProvider

3. Usage with Orchestra testbench

If you need to test the integration within your own package you'll need to register AssetInjector's service provider by adding it to your `testbench.yaml`
If you like to test the integration within your own package you'll need to register AssetInjector's service provider by adding it to your `testbench.yaml`

```yaml
providers:
Expand Down

0 comments on commit e4d3972

Please sign in to comment.