Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed May 19, 2024
1 parent 02c7550 commit 73a18da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Feat(core): The xior class should be CapitalCase like: `Xior`. Fix [issues/18](https://github.com/suhaotian/xior/issues/18)

### Migratiomn
### Migration

If you always use `import xior from 'xior';`, you can ignore migration code below.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,7 @@ import {
joinPath,
isXiorError,
trimUndefined,
Xior,
} from 'xior';
```

Expand Down

0 comments on commit 73a18da

Please sign in to comment.