Skip to content

Commit d9b841b

Browse files
committed
edit readme
1 parent e217240 commit d9b841b

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
@@ -9,7 +9,7 @@
99

1010
This package creates a dump-file from a MySQL database in Laravel 5. The dumpfile can be stored on [any of the filesystems you have configured in Laravel 5](http://laravel.com/docs/5.0/filesystem).
1111

12-
Feeling paranoid about backups? No problem! You can backup your database to multiple filesystems at once.
12+
Feeling paranoid about db-backups? No problem! You can backup your database to multiple filesystems at once.
1313

1414
## Prerequisites
1515
To create a dump of a MySQL-db this packages uses the ```mysqldump```-binary. Make sure it is installed on your system.
@@ -74,13 +74,13 @@ return [
7474

7575
## Usage
7676

77-
To generate a dump-file run:
77+
Use this command to generate and upload the db-dump to the filesystem(s) you specified:
7878

7979
``` bash
8080
php artisan db:backup
8181
```
8282

83-
A file containing the dump of your database will be created in the filesystem/directory you specified in the config-file.
83+
A file containing the dump of your database will be created on the filesystem(s) you specified in the config-file.
8484

8585
## Testing
8686

0 commit comments

Comments
 (0)