Skip to content

Commit

Permalink
Add a hint to the readme that the files in dist may not be up-to-date
Browse files Browse the repository at this point in the history
resolve #102
  • Loading branch information
HackbrettXXX committed Jul 25, 2019
1 parent 51e602e commit df687af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,10 @@ or script-tag:
<script src="[node_modules|bower_components]/svg2pdf.js/dist/svg2pdf.min.js"></script>
```

If you want to use a development version from the repository, pay attention to the fact that the files in dist may
reflect the last release version. So a simple package.json dependency link to the branch or revision will fail.
See [#102](https://github.com/yWorks/svg2pdf.js/issues/102) for details.

## Usage
```javascript
const svgElement = document.getElementById('svg');
Expand Down

0 comments on commit df687af

Please sign in to comment.