Skip to content

Commit 8c20ed7

Browse files
authored
Fix broken custom types anchor (porsager#267)
#types anchor is broken and should be #custom-types
1 parent 6007869 commit 8c20ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ const sql = postgres({
657657
})
658658
```
659659

660-
There is currently no way to handle `numeric / decimal` in a native way in Javascript, so these and similar will be returned as `string`. You can also handle types like these using [custom types](#types) if you want to.
660+
There is currently no way to handle `numeric / decimal` in a native way in Javascript, so these and similar will be returned as `string`. You can also handle types like these using [custom types](#custom-types) if you want to.
661661

662662
## The Connection Pool
663663

0 commit comments

Comments
 (0)