Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindierkx committed Jul 9, 2024
1 parent b6996b6 commit 431ced3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/10-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ BladeColor::register(['primary' => Tailwind::INDIGO]);

## Installation

The package can be installed via composer:
Require the Blade Colors package using Composer:

```bash
composer require distortedfusion/blade-colors
```

*This package implements Laravel's Package Discovery, no further changes are needed to your application configurations. For more information [please refer to the Laravel documentation](https://laravel.com/docs/packages#package-discovery).*

After installation the CSS variables need to be added to your main application layout. This is done by adding the `@bladeColor` directive to your layouts `<head>` section:

```html
Expand Down

0 comments on commit 431ced3

Please sign in to comment.