Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Sep 16, 2015
1 parent 2588ce6 commit 3212be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .blah/README.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
[**CDNJS** kindly hosts this library](https://cdnjs.com/libraries/svg.pan-zoom.js). You can use the cdn version:
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.pan-zoom.js/2.1.0/svg.pan-zoom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.pan-zoom.js/<%- _.pack.version %>/svg.pan-zoom.min.js"></script>
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A JavaScript library for panning and zooming SVG things.
[**CDNJS** kindly hosts this library](https://cdnjs.com/libraries/svg.pan-zoom.js). You can use the cdn version:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.pan-zoom.js/2.1.0/svg.pan-zoom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.pan-zoom.js/2.7.0/svg.pan-zoom.min.js"></script>
```

## Usage
Expand Down

0 comments on commit 3212be8

Please sign in to comment.