Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fadilAndrian authored Jun 5, 2023
1 parent f228438 commit 3ebabd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ php artisan vendor:publish --tag="laravel-date-expression-views"
## Usage

```php
$dateExpression = new Konnco\DateExpression();
echo $dateExpression->echoPhrase('Hello, Konnco!');
$dateExpression = DateExpression::parse('1d2h');
```

## Testing
Expand Down

0 comments on commit 3ebabd9

Please sign in to comment.