Skip to content

Commit feace7a

Browse files
Update README.md
1 parent f231af3 commit feace7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ I created a plain version of this package without css. Find more information [he
2222

2323
### Installation via npm
2424

25-
```
25+
```bash
2626
npm install react-datalist-input --save
2727
```
2828

@@ -127,7 +127,7 @@ render() {
127127
- item: Object, the item of the items array (with key and label properties)
128128
129129
- Default:
130-
```
130+
```javascript
131131
/**
132132
* default function for matching the current input value (needle) and the values of the items array
133133
* @param currentInput String (the current user input)

0 commit comments

Comments
 (0)