Skip to content

Commit ad8bd17

Browse files
authored
Syntex highlight error resolved (#817)
Jsx syntex highlight error resolved in Readme
1 parent 49c6d36 commit ad8bd17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ Split-Pane React component, can be nested or split vertically or horizontally!
1111

1212
## Installing
1313

14-
````sh
14+
```sh
1515
npm install react-split-pane
1616

1717
# or if you use yarn
1818

1919
yarn add react-split-pane
20+
```
2021

2122
## Example Usage
2223

@@ -25,7 +26,7 @@ yarn add react-split-pane
2526
<div />
2627
<div />
2728
</SplitPane>
28-
````
29+
```
2930

3031
```jsx
3132
<SplitPane split="vertical" minSize={50}>

0 commit comments

Comments
 (0)