Skip to content

Commit 197cd70

Browse files
committed
fix website demo typo
1 parent 70ad2a8 commit 197cd70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class App extends PureComponent {
1111
return (
1212
<div>
1313
<h1> echarts-for-react {params.type} </h1>
14-
<h3> A very simple echarts(v3.0) wrapper for React. <a href='https://github.com/hustcc/echarts-for-react'>hustcc/echarts-for-react</a></h3>
14+
<h3> A very simple echarts(v3.x & v4.x) wrapper for React. <a href='https://github.com/hustcc/echarts-for-react'>hustcc/echarts-for-react</a></h3>
1515

1616
<AdSense.Google client='ca-pub-7292810486004926' slot='7806394673' />
1717

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>echarts-for-react</title>
66
<meta name="keywords" content="echarts, baidu, react, components, hustcc, echarts-for-react" />
7-
<meta name="description" content="baidu Echarts(v3.0) components for React wrapper. 一个简单的echarts(v3.0)的react封装。" />
7+
<meta name="description" content="baidu Echarts(v3.x & v4.x) components for React wrapper. 一个简单的echarts(v3.0)的react封装。" />
88
</head>
99
<body>
1010
<div id="wrapper">

0 commit comments

Comments
 (0)