Skip to content

Commit

Permalink
Fixed wiki link in readme (ifsnop#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly authored and ifsnop committed Feb 17, 2019
1 parent 3c5ccfe commit ef52f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Plain old PHP:
$dump->start('storage/work/dump.sql');
```

Refer to the [wiki](https://github.com/ifsnop/mysqldump-php/wiki/full-example) for some examples and a comparision between mysqldump and mysqldump-php dumps.
Refer to the [wiki](https://github.com/ifsnop/mysqldump-php/wiki/Full-usage-example) for some examples and a comparision between mysqldump and mysqldump-php dumps.

## Changing values when exporting
You can register a callable that will be used to transform values during the export. An example use-case for this is removing sensitive data from database dumps:
Expand Down

0 comments on commit ef52f5e

Please sign in to comment.