Skip to content

Commit

Permalink
Merge pull request #421 from joss-c/patch-1
Browse files Browse the repository at this point in the history
Fix CDN/External link
  • Loading branch information
silvenon committed Oct 6, 2018
2 parents 8943f40 + af2ca0c commit c1787ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/pages/index.js
Expand Up @@ -63,8 +63,8 @@ yarn add react-transition-group
including the library in your application is negligible. However,
in situations where it may be useful to benefit from an external
CDN when bundling, link to the following CDN:{' '}
<a href="https://unpkg.com/react-transition-group/dist/react-transition-group.min.js">
https://unpkg.com/react-transition-group/dist/react-transition-group.min.js
<a href="https://unpkg.com/react-transition-group/dist/react-transition-group.js">
https://unpkg.com/react-transition-group/dist/react-transition-group.js
</a>
</p>
</section>
Expand Down

0 comments on commit c1787ed

Please sign in to comment.