Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindierkx committed Oct 5, 2024
1 parent 8fcc067 commit 752c468
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 @@ -4,7 +4,7 @@
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/github/actions/workflow/status/distortedfusion/blade-colors/ci.yml?branch=master&style=flat-square)](https://github.com/distortedfusion/blade-colors/actions)

Blade Colors offers [Tailwind CSS](https://tailwindcss.com/) compatible, CSS variable based, color palettes. Color definitions can be configured dynamically during runtime using the provided [color manager](/docs/distortedfusion/blade-colors/usage).
Blade Colors offers [Tailwind CSS](https://tailwindcss.com/) compatible, CSS variable based, color palettes. Color definitions can be configured dynamically during runtime using the provided [color manager](https://distortedfusion.com/docs/distortedfusion/blade-colors/usage).

```php
<?php
Expand All @@ -24,7 +24,7 @@ BladeColor::register(['primary' => Tailwind::INDIGO]);

## Documentation

You will find full documentation on the dedicated [documentation](https://distortedfusion.com/docs/distortedfusion/blade-colors) site.
You will find full documentation on the dedicated [documentation](https://distortedfusion.com/docs/distortedfusion/blade-colors/getting-started) site.

## Testing

Expand Down

0 comments on commit 752c468

Please sign in to comment.