Skip to content

Commit 221f695

Browse files
Update README.md
1 parent b784116 commit 221f695

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
@@ -48,11 +48,11 @@ $parser->parse($filename, true);
4848
## Documentation
4949

5050
### Database
51-
This package relies on the database tables already in genealogiawebsite/genealogy
52-
which map to models:
51+
This package will create the database tables, which map to models.
5352

5453
### `parse()` Method
55-
The `parse()` method takes two parameters, `string $filename`, and `bool $progressBar = false`.
54+
The `parse()` method takes three parameters, `string $filename`, `bool $progressBar = false`
55+
and `string $conn`
5656
If you set `$progressBar` to true, a ProgressBar will be output to `php://stdout`, which is useful when you are calling
5757
the parser from Artisan commands.
5858

0 commit comments

Comments
 (0)