不要怂,就是干,撸起袖子干!

Commit 7c3c18a9 by Alex Committed by Sushant

docs(upgrade-to-v5): correctly format code block (#10745)

1 parent 3dbb318e
Showing with 1 additions and 1 deletions
...@@ -186,7 +186,7 @@ Model.findAll({ ...@@ -186,7 +186,7 @@ Model.findAll({
- Sequelize now works with `tedious >= 6.0.0`. Old `dialectOptions` has to be updated to match their new format. Please refer to tedious [documentation](http://tediousjs.github.io/tedious/api-connection.html#function_newConnection). An example of new `dialectOptions` is given below - Sequelize now works with `tedious >= 6.0.0`. Old `dialectOptions` has to be updated to match their new format. Please refer to tedious [documentation](http://tediousjs.github.io/tedious/api-connection.html#function_newConnection). An example of new `dialectOptions` is given below
```json ```javascript
dialectOptions: { dialectOptions: {
authentication: { authentication: {
domain: 'my-domain' domain: 'my-domain'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!