Skip to content

Commit

Permalink
doc: fix typos (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
1ed authored Jan 30, 2023
1 parent 0e90117 commit 8b077e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Temporary file wrapper. Created files are deleted at the end of the script.
## Installation

```bash
composer require zenstruck/stream
composer require zenstruck/temp-file
```

## API
Expand Down Expand Up @@ -76,6 +76,7 @@ To use, register the service:
```yaml
# config/packages/zenstruck_temp_file.yaml

Zenstruck\TempFile\Bridge\Symfony\PurgeTempFiles:
tags: [kernel.reset]
services:
Zenstruck\TempFile\Bridge\Symfony\PurgeTempFiles:
autoconfigure: true
```

0 comments on commit 8b077e6

Please sign in to comment.