diff --git a/README.md b/README.md index 18b6634..4984770 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ class App extends React.Component { x: [1, 2, 3], y: [2, 6, 3], type: 'scatter', - mode: 'lines+points', + mode: 'lines+markers', marker: {color: 'red'}, }, {type: 'bar', x: [1, 2, 3], y: [2, 5, 3]},