Skip to content

Commit 359d1ab

Browse files
committed
v1.0.0
1 parent 22b74a7 commit 359d1ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Also includes arrow key navigation through results.
1818
## Installation
1919

2020
```shell
21-
yarn add @adhamu/react-search-suggestions
21+
yarn add react-search-suggestions
2222
```
2323

2424
## Usage
2525

2626
```jsx
2727
import React from 'react'
28-
import { SearchSuggestions } from '@adhamu/react-search-suggestions'
28+
import { SearchSuggestions } from 'react-search-suggestions'
2929

3030
const MyComponent = () => (
3131
<SearchSuggestions
@@ -80,7 +80,7 @@ If you wanted to do something else `onClick` or `onKeyDown`, you could do someth
8080

8181
```jsx
8282
import React from 'react'
83-
import { SearchSuggestions } from '@adhamu/react-search-suggestions'
83+
import { SearchSuggestions } from 'react-search-suggestions'
8484

8585
const customFunction = (arg: string) => {
8686
console.log(arg)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@adhamu/react-search-suggestions",
3-
"version": "2.2.0",
2+
"name": "react-search-suggestions",
3+
"version": "1.0.0",
44
"description": "A React input component with pluggable search suggestions.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)