diff --git a/README.md b/README.md index 489247a..c3be8bb 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Also includes arrow key navigation through results. ## Installation ```shell -yarn add @adhamu/react-search-suggestions +yarn add react-search-suggestions ``` ## Usage ```jsx import React from 'react' -import { SearchSuggestions } from '@adhamu/react-search-suggestions' +import { SearchSuggestions } from 'react-search-suggestions' const MyComponent = () => ( { console.log(arg) diff --git a/package.json b/package.json index 427c462..da12cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@adhamu/react-search-suggestions", - "version": "2.2.0", + "name": "react-search-suggestions", + "version": "1.0.0", "description": "A React input component with pluggable search suggestions.", "keywords": [ "react",