Skip to content

Commit

Permalink
Fixup code section
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhayon committed Apr 29, 2022
1 parent 3b63aa4 commit 88f0386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added

- Support [tree shaking](https://webpack.js.org/guides/tree-shaking/) via top-level imports:
```
```typescript
import { curry } from 'fortepiano/function'
// ...instead of `import { curry } from 'fortepiano/lib/function'`
```
Expand Down

0 comments on commit 88f0386

Please sign in to comment.