Skip to content

Commit baa4627

Browse files
committed
Update README
1 parent 7db6108 commit baa4627

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-mutation-plot
22

3-
> A React based mutation lollipop plot.
3+
> A light weight adaptation React based mutation lollipop plot from [cBioPortal frontend](https://github.com/cBioPortal/cbioportal-frontend).
44
55
[![NPM](https://img.shields.io/npm/v/react-mutation-plot.svg)](https://www.npmjs.com/package/react-mutation-plot) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
66

@@ -12,6 +12,8 @@ npm install --save react-mutation-plot
1212

1313
## Usage
1414

15+
Check the `/example` folder for a complete usage.
16+
1517
```jsx
1618
import React, { Component } from 'react'
1719

0 commit comments

Comments
 (0)