diff options
author | Ben Burwell <ben@benburwell.com> | 2015-05-11 16:46:31 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-05-11 16:46:31 -0400 |
commit | 5a20dd4bcc64158c261e62a54fda8cc85bbd3dc9 (patch) | |
tree | e073eb87140ffe01b797b27ce94b35da87ef3a34 | |
parent | 50ff23bce5df6466de5a178a286026b39c279dad (diff) |
Adjust English syntax in article that was bothering me
-rw-r--r-- | _posts/2015-03-29-visualizing-congress-with-d3.markdown | 2 |
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 — 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). Thanks for reading! If you have any comments, let me know [@bburwell](https://twitter.com/bburwell). |