From 9ebf196af8e140d6f03520375ac4263c96a744c5 Mon Sep 17 00:00:00 2001 From: Fernando Machado Bernardino Date: Thu, 5 May 2022 15:57:38 -0300 Subject: [PATCH] Update README.md fixing broken links (api v6) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3b8ded6..ae0edc21 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,14 @@ Options: -c, --config Path to JSON file for Sequelize-Auto options and Sequelize's constructor "options" flag object as defined here: - https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor + https://sequelize.org/api/v6/class/src/sequelize.js~sequelize#instance-constructor-constructor [string] -o, --output What directory to place the models. [string] -e, --dialect The dialect/engine that you're using: postgres, mysql, sqlite, mssql [string] -a, --additional Path to JSON file containing model options (for all - tables). See the options: https://sequelize.org/master/class/lib/model.js~Model.html#static-method-init + tables). See the options: + https://sequelize.org/api/v6/class/src/model.js~model#static-method-init [string] --indentation Number of spaces to indent [number] -t, --tables Space-separated names of tables to import [array]