Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit authored Feb 15, 2022
1 parent 33ba1e8 commit e376969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The `Timestamps` component returns an array with the `CreatedAt` and `UpdatedAt`

## CreatedAt

Use the `CreatedAt` component to display the 'Created at' timestamp for your record:
Use the `CreatedAt` component to display the `created_at` timestamp for your record:

```php
use RalphJSmit\Filament\Components\Forms\CreatedAt;
Expand All @@ -92,7 +92,7 @@ return $form->schema([

## UpdatedAt

Use the `UpdatedAt` component to display the 'Created at' timestamp for your record:
Use the `UpdatedAt` component to display the `updated_at` timestamp for your record:

```php
use RalphJSmit\Filament\Components\Forms\UpdatedAt;
Expand Down

0 comments on commit e376969

Please sign in to comment.