Skip to content

Commit

Permalink
Syntex highlight error resolved (#817)
Browse files Browse the repository at this point in the history
Jsx syntex highlight error resolved in Readme
  • Loading branch information
AmjadNoor committed May 9, 2023
1 parent 49c6d36 commit ad8bd17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ Split-Pane React component, can be nested or split vertically or horizontally!

## Installing

````sh
```sh
npm install react-split-pane

# or if you use yarn

yarn add react-split-pane
```

## Example Usage

Expand All @@ -25,7 +26,7 @@ yarn add react-split-pane
<div />
<div />
</SplitPane>
````
```

```jsx
<SplitPane split="vertical" minSize={50}>
Expand Down

0 comments on commit ad8bd17

Please sign in to comment.