Skip to content

Commit

Permalink
docs(upgrade-to-v5): correctly format code block (#10745)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexframe authored and sushantdhiman committed Apr 10, 2019
1 parent 3dbb318 commit 7c3c18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade-to-v5.md
Expand Up @@ -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

```json
```javascript
dialectOptions: {
authentication: {
domain: 'my-domain'
Expand Down

0 comments on commit 7c3c18a

Please sign in to comment.