Skip to content

Commit

Permalink
Adds badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jan 23, 2025
1 parent 2856cb7 commit c42f607
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Hotreload for Turbo Laravel

<div>
<a href="https://github.com/hotwired-laravel/hotreload/actions">
<img src="https://github.com/hotwired-laravel/hotreload/workflows/tests/badge.svg" alt="Build Status">
</a>
<a href="https://packagist.org/packages/hotwired-laravel/hotreload">
<img src="https://img.shields.io/packagist/v/hotwired-laravel/hotreload" alt="Latest Stable Version">
</a>
<a href="https://packagist.org/packages/hotwired-laravel/hotreload">
<img src="https://img.shields.io/packagist/l/hotwired-laravel/hotreload" alt="License">
</a>
</div>

It enhances development feedback loops by detecting source code changes and updating the page _smoothly_ without requiring manual reloads.

_This package is still under development._
Expand Down

0 comments on commit c42f607

Please sign in to comment.