Skip to content

Commit 48ed4e7

Browse files
authored
Merge pull request #126 from zoispag/patch-1
Typos in readme
2 parents d2c33c3 + 1a2db26 commit 48ed4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ php artisan snapshot:create
140140
Maybe you only want to snapshot a couple of tables. You can do this by passing the `--table` multiple times or as a comma separated list:
141141

142142
```bash
143-
# Bot commands create a snapshot containing only the posts and users tables:
143+
# Both commands create a snapshot containing only the posts and users tables:
144144
php artisan snapshot:create --table=posts,users
145145
php artisan snapshot:create --table=posts --table=users
146146
```
147147

148148
You may want to exclude some tables from snapshot. You can do this by passing the `--exclude` multiple times or as a comma separated list:
149149
```bash
150-
# create snapshot from all tables exclude the users and posts
150+
# create snapshot from all tables excluding the users and posts
151151
php artisan snapshot:create --exclude=posts,users
152152
php artisan snapshot:create --exclude=posts --exclude=users
153153
```

0 commit comments

Comments
 (0)