From bc8da50984896cc790a6a1a23dfce8b1b30abf91 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 25 Jul 2023 22:55:49 +0100 Subject: [PATCH] Updates repository link --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d92c6c7..0298461 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@

Laravel Volt Package Logo

- - Build Status + + Build Status - - Total Downloads + + Total Downloads - - Latest Stable Version + + Latest Stable Version - - License + + License

@@ -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: @@ -789,7 +789,7 @@ In order to ensure that the Laravel community is welcoming to all, please review ## Security Vulnerabilities -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