Skip to content

Commit 7dad0d3

Browse files
authored
Fixes minor formatting typo in documentation (#916)
1 parent 929bfdd commit 7dad0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The manuals will show all the flags and options which are available for the respective tasks.
44
If you find yourself in a situation where you always define certain flags in order to
55
make the CLI compliant to your project, you can move those definitions also into a file called
6-
`.sequelizerc`. The file will get `require`d if available and can therefore be either a JSON file
6+
`.sequelizerc`. The file will get required if available and can therefore be either a JSON file
77
or a Node.JS script that exports a hash. You can also use the `--options-path` option to declare a
88
path to another configuration file.
99

0 commit comments

Comments
 (0)