Skip to content

Commit f674299

Browse files
committed
no message
1 parent 57ae049 commit f674299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm i -S plotly.js react-plotlyjs-ts
1818

1919
```typescript
2020
import * as React from 'react';
21-
import PlotlyChart from './PloylyChart';
21+
import PlotlyChart from 'react-plotlyjs-ts';
2222

2323
class App extends React.Component {
2424
public handleClick = (evt: any) => alert('click')

0 commit comments

Comments
 (0)