Skip to content

Commit e255833

Browse files
📝 fixed example import
1 parent d3b7b2a commit e255833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ yarn add react-tag-input-component # yarn
2828

2929
```tsx
3030
import React, { useState } from "react";
31-
import TagsInput from "react-tag-input-component";
31+
import { TagsInput } from "react-tag-input-component";
3232

3333
const Example = () => {
3434
const [selected, setSelected] = useState(["papaya"]);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-tag-input-component",
33
"description": "lightweight component for tag(s) input",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"license": "MIT",
66
"author": "Harsh Zalavadiya",
77
"module": "dist/react-tag-input-component.esm.js",

0 commit comments

Comments
 (0)