Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jul 30, 2013
1 parent 6b12e6e commit c558538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interpolate-zoom/README.md
Expand Up @@ -7,8 +7,8 @@ Demo: <http://bl.ocks.org/3828981>
To use this plugin:

```html
<script charset="utf-8" src="http://d3js.org/d3.v3.min.js"></script>
<script charset="utf-8" src="http://d3js.org/d3.interpolate-zoom.v0.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="http://d3js.org/d3.interpolate-zoom.v0.min.js" charset="utf-8"></script>
```

Note that since this script uses UTF-8 characters, the `charset` attribute is required if the page does not have a `<meta charset="utf-8">` in the head. There’s also a [d3.interpolate-zoom.v0.js](http://d3js.org/d3.interpolate-zoom.v0.js) for development, or you can clone this repository.
Expand Down

0 comments on commit c558538

Please sign in to comment.