Skip to content

Commit

Permalink
fixed a README mistake where react.tagify should be imported from t…
Browse files Browse the repository at this point in the history
…he `src` folder and not `dist`
  • Loading branch information
yairEO committed Apr 9, 2024
1 parent f5fec11 commit 619dba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -620,7 +620,7 @@ const App = () => {
To gain full access to Tagify's (instance) inner methods, A custom `ref` can be used:
```jsx
import Tags, {MixedTags} from "@yaireo/tagify/dist/react.tagify";
import Tags, {MixedTags} from "@yaireo/tagify/src/react.tagify";
...
const tagifyRef = useRef()
Expand Down

0 comments on commit 619dba5

Please sign in to comment.