summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-05-11 16:46:31 -0400
committerBen Burwell <ben@benburwell.com>2015-05-11 16:46:31 -0400
commit5a20dd4bcc64158c261e62a54fda8cc85bbd3dc9 (patch)
treee073eb87140ffe01b797b27ce94b35da87ef3a34 /_posts
parent50ff23bce5df6466de5a178a286026b39c279dad (diff)
Adjust English syntax in article that was bothering me
Diffstat (limited to '_posts')
-rw-r--r--_posts/2015-03-29-visualizing-congress-with-d3.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2015-03-29-visualizing-congress-with-d3.markdown b/_posts/2015-03-29-visualizing-congress-with-d3.markdown
index f94b43c..efde0b0 100644
--- a/_posts/2015-03-29-visualizing-congress-with-d3.markdown
+++ b/_posts/2015-03-29-visualizing-congress-with-d3.markdown
@@ -60,7 +60,7 @@ Since the random sample is being taken in the client, you should see a new chart
<hr>
-After a brief exploration of D3, it's clear that it's an extremely powerful if not completely intuitive library for building rich data-driven documents. I'm excited to continue learning more about D3 and using it in my own projects. You should definitely take a look at [Mike Bostock's site](http://bost.ocks.org/mike/) for some much cooler applications of D3 from its creator. There's also a [gallery](https://github.com/mbostock/d3/wiki/Gallery) as well as [tons of other examples](http://bl.ocks.org/mbostock). And of course, you can check out the [D3 source code on GitHub](https://github.com/mbostock/d3).
+After a brief exploration of D3, it is clearly an extremely powerful &mdash; if not completely intuitive &mdash; library for building rich data-driven documents. I'm excited to continue learning more about D3 and using it in my own projects. You should definitely take a look at [Mike Bostock's site](http://bost.ocks.org/mike/) for some much cooler applications of D3 from its creator. There's also a [gallery](https://github.com/mbostock/d3/wiki/Gallery) as well as [tons of other examples](http://bl.ocks.org/mbostock). And of course, you can check out the [D3 source code on GitHub](https://github.com/mbostock/d3).
Thanks for reading! If you have any comments, let me know [@bburwell](https://twitter.com/bburwell).