diff --git a/README.md b/README.md index 6257f0e..7abd121 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ yarn add react-tag-input-component # yarn ```tsx import React, { useState } from "react"; -import TagsInput from "react-tag-input-component"; +import { TagsInput } from "react-tag-input-component"; const Example = () => { const [selected, setSelected] = useState(["papaya"]); diff --git a/package.json b/package.json index 39a6845..3bfc63d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-tag-input-component", "description": "lightweight component for tag(s) input", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "author": "Harsh Zalavadiya", "module": "dist/react-tag-input-component.esm.js",