Skip to content

Commit ef5a395

Browse files
committed
docs
1 parent 75c6a35 commit ef5a395

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ const s = format('${title} ${name} address: ${address | json}, updated: ${update
142142
console.log(s); //=> Mr. Foreman address: {"street":"Springfield","house":10}, updated: 09-11-2025
143143
```
144144

145+
For more, see [Examples in the WiKi](https://github.com/vitaly-t/custom-string-formatter/wiki/Examples).
146+
145147
### Filter Arguments
146148

147149
You can pass optional arguments into a filter after `:` symbol:

examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ Advanced examples of using `getDefaultFilter` function:
99
**Misc**
1010

1111
* [./postgres](./postgres.ts) - a formatter draft for PostgreSQL, as a demo
12+
13+
For more, see [examples in the WiKi](https://github.com/vitaly-t/custom-string-formatter/wiki/Examples).

0 commit comments

Comments
 (0)