Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz authored Jan 25, 2024
1 parent c295ce7 commit 36cb3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const MyComponent (props: Props) => {
}

// index.tsx
import {searchEntities} from '@entities-search/api';
import {searchEntities} from '@wp-entities-search/api';

root.render(<MyComponent search={searchEntities} />);
```
Expand Down

0 comments on commit 36cb3e0

Please sign in to comment.