Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in getting started guide #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions get_start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2 class="section-title wow fadeIn">Getting Started</h2>
<div class="markdown-body">
<h4 id="data-format">Data Format</h4>
<p>First prepare your data you want to show on your chart.</p>
<p><code>react-d3</code> <strong>only support one kind of data format, which is an array with objects (the objects have to have the same keys)</strong>. Which means you have to have a data like below for example. (<a href="https://raw.githubusercontent.com/react-d3/react-d3-example/master/simple/data/user_sample.json">data source</a>)</p>
<p><code>react-d3</code> <strong>only supports one kind of data format, which is an array with objects (the objects have to have the same keys)</strong>. Which means you have to have a data like below for example. (<a href="https://raw.githubusercontent.com/react-d3/react-d3-example/master/simple/data/user_sample.json">data source</a>)</p>
<pre><code class="lang-js">[
{
name: "Lavon Hilll I",
Expand Down Expand Up @@ -496,4 +496,4 @@ <h2 class="section-title wow fadeIn">Code on Github</h2>
ga('send', 'pageview');
</script>

</body></html>
</body></html>