From febe7a18c7c840a79374b234c4d6be9345a59502 Mon Sep 17 00:00:00 2001 From: Luke Youell Date: Tue, 30 Jan 2024 13:31:39 +0000 Subject: [PATCH] Updates documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc84f14..1416fa2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Filament Comments [![Latest Version on Packagist](https://img.shields.io/packagist/v/parallax/filament-comments.svg?style=flat-square)](https://packagist.org/packages/parallax/filament-comments) -[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) [![Total Downloads](https://img.shields.io/packagist/dt/parallax/filament-comments.svg?style=flat-square)](https://packagist.org/packages/parallax/filament-comments) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) Add comments to your Filament Resources. @@ -64,7 +64,7 @@ There are 3 ways of using this plugin in your Filament Resources: #### 1. Page actions -Open the page where you want the comments action to appear, this will most likely be the `View` resource page. +Open the page where you want the comments action to appear, this will most likely be the `ViewResource` page. Add the `CommentsAction` to the `getHeaderActions()` method.