Skip to content

Commit 970e647

Browse files
mocca102MudaafiZSnake
authored
Update README
Co-authored-by: Ahmad Mudaafi' <[email protected]> Co-authored-by: Viktor Zavala <[email protected]>
1 parent 3f83688 commit 970e647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<h1>Autocomplete UI</h1>
55

6-
<p align="center" style="font-size: 1.2rem;">Lightweight, minimalistic, and fully customizable autocomplete component for fast, accessible, and flexible search experiences for <a href='https://constructor.com/solutions/search'>Constructor.io's autosuggest services</a>. 🚀</p>
6+
<p align="center" style="font-size: 1.2rem;">Lightweight, minimalistic, and fully customizable autocomplete component for fast, accessible, and flexible search experiences with <a href='https://constructor.com/solutions/search'>Constructor.io's autosuggest services</a>. 🚀</p>
77

88
[**Read The Docs**](https://constructor-io.github.io/constructorio-ui-autocomplete/?path=/docs/autocomplete-component--docs)
99
</div>
@@ -23,7 +23,7 @@
2323

2424
- 📦 A Plug and play React component
2525
- ⚡ Lightweight & Fast – Tiny bundle size, optimized for speed.
26-
- 🎨 Customizable UI – With minmal styles, and supports for custom markup.
26+
- 🎨 Customizable UI – With minimal styles and support for custom markup.
2727
- ⌨️ Keyboard Navigation – Fully supports accessible keyboard naviagation.
2828
- ♿ Accessible (a11y) – Built-in ARIA support for screen readers
2929
- 🛡 Written in TypeScript with type safety.
@@ -35,7 +35,7 @@ npm i @constructor-io/constructorio-ui-autocomplete
3535
```
3636

3737
Import and use the `CioAutocomplete` component
38-
```sh
38+
```ts
3939
import { CioAutocomplete } from '@constructor-io/constructorio-ui-autocomplete';
4040
function YourComponent() {
4141
return (

0 commit comments

Comments
 (0)