Skip to content

Commit

Permalink
Merge pull request #56 from w3tecch/docs/typo
Browse files Browse the repository at this point in the history
docs: fix a typo
  • Loading branch information
Gery Hirschfeld authored Apr 15, 2020
2 parents a8fab5c + 8412c81 commit ea5c0a4
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 @@ -373,7 +373,7 @@ useSeeding(options: ConfigureOption = {}): Promise<void>
Runs the given seeder class.

```typescript
useSeeding(seed: SeederConstructor): Promise<void>
runSeeder(seed: SeederConstructor): Promise<void>
```

### `useRefreshDatabase`
Expand Down

0 comments on commit ea5c0a4

Please sign in to comment.