Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Mar 3, 2025
1 parent 1bf5283 commit 76d53d8
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 @@ -16,7 +16,7 @@ composer require setono/cron-builder

## Usage

The following two code snippets outlines the simplest usage of the cron builder.
The following two code snippets outline the simplest usage of the cron builder.

**1. Add your commands**

Expand Down Expand Up @@ -78,7 +78,7 @@ This will output the following:
You can save this in a file named `crontab.txt` and add it to your crontab like this:

```bash
cat crontab.txt | crontab -
cat crontab.txt | crontab -
```

[ico-version]: https://poser.pugx.org/setono/cron-builder/v/stable
Expand Down

0 comments on commit 76d53d8

Please sign in to comment.