Skip to content

Commit f8751e3

Browse files
committed
Correct markdown language blocks ever so slightly
1 parent 3c678ee commit f8751e3

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
@@ -16,7 +16,7 @@
1616

1717
Install the library using your favorite dependency manager:
1818

19-
``` shell
19+
```
2020
yarn add react-checkbox-tree
2121
```
2222

@@ -48,7 +48,7 @@ import 'react-checkbox-tree/lib/react-checkbox-tree.css';
4848

4949
A quick usage example is included below. Note that the react-checkbox-tree component is [controlled](https://facebook.github.io/react/docs/forms.html#controlled-components). In other words, it is stateless. You must update its `checked` and `expanded` properties whenever a change occurs.
5050

51-
``` javascript
51+
``` jsx
5252
import React from 'react';
5353
import CheckboxTree from 'react-checkbox-tree';
5454

0 commit comments

Comments
 (0)