Skip to content

Commit

Permalink
rename registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 28, 2024
1 parent ed7df2c commit c215d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Livewire Property Groups

[![codestyle](https://github.com/gwleuverink/livewire-property-group/actions/workflows/codestyle.yml/badge.svg)](https://github.com/gwleuverink/livewire-property-group/actions/workflows/codestyle.yml)
[![tests](https://github.com/gwleuverink/livewire-property-group/actions/workflows/tests.yml/badge.svg)](https://github.com/gwleuverink/livewire-property-group/actions/workflows/tests.yml)
[![codestyle](https://github.com/gwleuverink/livewire-property-groups/actions/workflows/codestyle.yml/badge.svg)](https://github.com/gwleuverink/livewire-property-groups/actions/workflows/codestyle.yml)
[![tests](https://github.com/gwleuverink/livewire-property-groups/actions/workflows/tests.yml/badge.svg)](https://github.com/gwleuverink/livewire-property-groups/actions/workflows/tests.yml)

This package simplifies property management, validation, and manipulation in Livewire components by allowing you to organize related properties into named groups.

## Installation

```bash
composer require leuverink/livewire-property-group
composer require leuverink/livewire-property-groups
```

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "leuverink/livewire-property-group",
"name": "leuverink/livewire-property-groups",
"description": "Livewire Attribute for grouping properties",
"type": "library",
"license": "MIT",
Expand Down

0 comments on commit c215d99

Please sign in to comment.