Skip to content

Commit

Permalink
format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Mar 3, 2024
1 parent 3a06a7b commit 969f7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/normalize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function morph(
* ```js
* import Bir from 'bir1'
* import { legacy } from 'bir1/normalize'
* const bir = new Bir({normalizeFn: legacy})
* const bir = new Bir({ normalizeFn: legacy })
* const result = await bir.search('010058960')
* ```
*
Expand Down Expand Up @@ -124,7 +124,7 @@ export function legacy(obj: any) {
* ```js
* import Bir from 'bir1'
* import { modern } from 'bir1/normalize'
* const bir = new Bir({normalizeFn: modern})
* const bir = new Bir({ normalizeFn: modern })
* const result = await bir.search('010058960')
* ```
*
Expand Down

0 comments on commit 969f7c9

Please sign in to comment.