Skip to content

Commit

Permalink
docs: remove non-existent configuration ref (fixes #356)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 29, 2022
1 parent 3a35086 commit 860e7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .README/SQL_TAG.md
Expand Up @@ -21,13 +21,6 @@ import {
createSqlTag
} from 'slonik';

/**
* @typedef SqlTagConfiguration
*/

/**
* @param {SqlTagConfiguration} configuration
*/
const sql = createSqlTag(configuration);
const sql = createSqlTag();

```
9 changes: 1 addition & 8 deletions README.md
Expand Up @@ -1230,14 +1230,7 @@ import {
createSqlTag
} from 'slonik';

/**
* @typedef SqlTagConfiguration
*/

/**
* @param {SqlTagConfiguration} configuration
*/
const sql = createSqlTag(configuration);
const sql = createSqlTag();

```
Expand Down

0 comments on commit 860e7da

Please sign in to comment.