Skip to content

Commit

Permalink
docs: fix broken section link
Browse files Browse the repository at this point in the history
closes #2405
  • Loading branch information
gorisanson authored and dougwilson committed Oct 1, 2020
1 parent 67285cc commit 3430c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -687,7 +687,7 @@ connection.query('SELECT * FROM `books` WHERE `author` = ?', ['David'], function
The third form `.query(options, callback)` comes when using various advanced
options on the query, like [escaping query values](#escaping-query-values),
[joins with overlapping column names](#joins-with-overlapping-column-names),
[timeouts](#timeout), and [type casting](#type-casting).
[timeouts](#timeouts), and [type casting](#type-casting).

```js
connection.query({
Expand Down

0 comments on commit 3430c51

Please sign in to comment.