Skip to content

Commit

Permalink
feat(utils): add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse1989pp committed Apr 22, 2024
1 parent 8f65d6b commit 52d360e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Pathe exports some extra utilities that do not exist in standard Node.js [path m
In order to use them, you can import from `pathe/utils` subpath:

```js
import { filename, normalizeAliases, resolveAlias } from 'pathe/utils'
import { filename, normalizeAliases, resolveAlias, reverseResolveAlias } from 'pathe/utils'
```

## License
Expand Down

0 comments on commit 52d360e

Please sign in to comment.