summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-05-11 16:59:21 -0400
committerBen Burwell <ben@benburwell.com>2015-05-11 16:59:21 -0400
commitea2ce92242db58fdbf0319192deb2821eef74a06 (patch)
tree8abffb4d4a9517431c6516cdab641b3294998690 /_posts
parentde8f745817684a3cccbdaa0c17286792f07cbd24 (diff)
parent4ead5d2173d31e914ae7434872270d18c23f2cbf (diff)
Merge pull request #4 from benburwell/updates
Updates
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).