Skip to content

Commit

Permalink
Fix README umd import link
Browse files Browse the repository at this point in the history
  • Loading branch information
adexin-team committed Nov 11, 2024
1 parent f45bdaf commit cf4c62d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
[unreleased]: https://github.com/adexin/spinners-react/compare/v1.0.10...HEAD

### Changed
- Fixed README umd import link.

## [1.0.10]
[1.0.10]: https://github.com/adexin/spinners-react/compare/v1.0.7...v1.0.10

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import { SpinnerCircular } from 'spinners-react/lib/esm/SpinnerCircular';
// or CJS
const { SpinnerCircular } = require('spinners-react/lib/cjs/SpinnerCircular');
// or UMD
const { SpinnerCircular } = require('spinners-react/lib/cjs/SpinnerCircular');
const { SpinnerCircular } = require('spinners-react/lib/umd/SpinnerCircular');
```

Expand Down

0 comments on commit cf4c62d

Please sign in to comment.