Skip to content

Commit

Permalink
Updates repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jul 25, 2023
1 parent 6c0f996 commit bc8da50
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<p align="center"><img width="450" src="/art/logo.svg" alt="Laravel Volt Package Logo"></p>

<p align="center">
<a href="https://github.com/laravel/volt/actions">
<img src="https://github.com/laravel/volt/workflows/tests/badge.svg" alt="Build Status">
<a href="https://github.com/livewire/volt/actions">
<img src="https://github.com/livewire/volt/workflows/tests/badge.svg" alt="Build Status">
</a>
<a href="https://packagist.org/packages/laravel/volt">
<img src="https://poser.pugx.org/laravel/volt/d/total.svg" alt="Total Downloads">
<a href="https://packagist.org/packages/livewire/volt">
<img src="https://poser.pugx.org/livewire/volt/d/total.svg" alt="Total Downloads">
</a>
<a href="https://packagist.org/packages/laravel/volt">
<img src="https://poser.pugx.org/laravel/volt/v/stable.svg" alt="Latest Stable Version">
<a href="https://packagist.org/packages/livewire/volt">
<img src="https://poser.pugx.org/livewire/volt/v/stable.svg" alt="Latest Stable Version">
</a>
<a href="https://packagist.org/packages/laravel/volt">
<img src="https://poser.pugx.org/laravel/volt/license.svg" alt="License">
<a href="https://packagist.org/packages/livewire/volt">
<img src="https://poser.pugx.org/livewire/volt/license.svg" alt="License">
</a>
</p>

Expand Down Expand Up @@ -68,7 +68,7 @@ $increment = fn () => $this->count++;
First, install Volt into your project using the Composer package manager:

```bash
composer require laravel/volt
composer require livewire/volt
```

After installing Volt, you may execute the `volt:install` Artisan command, which will install Volt's service provider file into your application:
Expand Down Expand Up @@ -789,7 +789,7 @@ In order to ensure that the Laravel community is welcoming to all, please review
## Security Vulnerabilities
<a name="security-vulnerabilities"></a>

Please review [our security policy](https://github.com/laravel/volt/security/policy) on how to report security vulnerabilities.
Please review [our security policy](https://github.com/livewire/volt/security/policy) on how to report security vulnerabilities.

## License
<a name="license"></a>
Expand Down

0 comments on commit bc8da50

Please sign in to comment.