Skip to content

Commit

Permalink
Merge 60a4ef2 into 2a68304
Browse files Browse the repository at this point in the history
  • Loading branch information
qpwo committed Jul 20, 2022
2 parents 2a68304 + 60a4ef2 commit ecddbcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ import {

```
Sometimes it may be desirable to construct a custom instance of `sql` tag. In those cases, you can use the `createSqlTag` factory, e.g.
**(unimplemented)** Sometimes it may be desirable to construct a custom instance of `sql` tag. In those cases, you can use the `createSqlTag` factory, e.g.
```js
import {
Expand All @@ -1237,7 +1237,7 @@ import {
/**
* @param {SqlTagConfiguration} configuration
*/
const sql = createSqlTag(configuration);
const sql = createSqlTag(configuration); // (unimplemented)

```
Expand Down

0 comments on commit ecddbcc

Please sign in to comment.