Skip to content

Commit

Permalink
docs: update readme.md about default import files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarion committed Mar 13, 2023
1 parent e65d7da commit e1213fc
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 @@ -127,7 +127,7 @@ mode: `esm` `cjs` `iife`

Don't forget to import the CSS file from `node_modules/react-tooltip/dist/react-tooltip.css` to set default styling. This needs to be done only once in your application.

PS: all the files have a minified version and a non-minified version and the default to be imported are the not minified files.
PS: all the files have a minified version and a non-minified version and the default to be imported are the minified files.

![image](https://user-images.githubusercontent.com/9615850/205637814-c0ef01ae-bd77-4e7f-b4bf-df502c71e5c3.png)

Expand Down

0 comments on commit e1213fc

Please sign in to comment.