We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929bfdd commit 7dad0d3Copy full SHA for 7dad0d3
docs/README.md
@@ -3,7 +3,7 @@
3
The manuals will show all the flags and options which are available for the respective tasks.
4
If you find yourself in a situation where you always define certain flags in order to
5
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
+`.sequelizerc`. The file will get required if available and can therefore be either a JSON file
7
or a Node.JS script that exports a hash. You can also use the `--options-path` option to declare a
8
path to another configuration file.
9
0 commit comments