Skip to content

Commit a7deb30

Browse files
committed
WIP
1 parent 2da8bd9 commit a7deb30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tool allows you to update a boolean field of a resource in the index view (
77
You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
88

99
```bash
10-
composer require wehaa/liveupdate-boolean
10+
composer require wehaa/inline-boolean-field-update
1111
```
1212

1313
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wehaa/liveupdate-boolean",
2+
"name": "wehaa/inline-boolean-field-update",
33
"description": "A Laravel Nova field.",
44
"keywords": [
55
"laravel",

0 commit comments

Comments
 (0)