diff --git a/README.md b/README.md index fff3e21..23d410a 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ const styles = StyleSheet.create({ }, }); -const data = [[ +const data = [ [0, 1], [1, 3], [3, 7], [4, 9], -]]; +]; class SimpleChart extends Component { render() {