Skip to content

Commit c1c4819

Browse files
authored
Merge pull request #146 from roerjo/main
Fix typo in README
2 parents c98eddf + b62c89f commit c1c4819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ We highly appreciate you sending us a postcard from your hometown, mentioning wh
4343

4444
## Support us
4545

46-
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
46+
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
4747

4848
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
4949

@@ -67,7 +67,7 @@ You should add a disk named `snapshots` to `config/filesystems.php` on which the
6767
'driver' => 'local',
6868
'root' => database_path('snapshots'),
6969
],
70-
// ...
70+
// ...
7171
```
7272

7373
Optionally, you may publish the configuration file with:
@@ -205,7 +205,7 @@ To remove all backups except the most recent 2
205205
php artisan snapshot:cleanup --keep=2
206206
```
207207

208-
If you need to pass extra options to the underlying db-dumper, add a `dump` key to the database **connection** with a key of `addExtraOptions` and a value of the option. For example, to prevent the Postgres db dumper from setting the owner, you'd add:
208+
If you need to pass extra options to the underlying db-dumper, add a `dump` key to the database **connection** with a key of `addExtraOption` and a value of the option. For example, to prevent the Postgres db dumper from setting the owner, you'd add:
209209
```
210210
'dump' => [
211211
'addExtraOption' => '--no-owner',

0 commit comments

Comments
 (0)