Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinomagnifico authored Sep 23, 2022
1 parent c92b60e commit 0e2519e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ The CopyCode plugin folder can then be referenced from `node_modules/reveal.js-c
CopyCode automatically inserts one other (great) script to be able to function: [Clipboard.js](https://clipboardjs.com/) by [Zeno Rocha](https://zenorocha.com). This uses modern techniques to copy text to clipboard.

```html
<script src="dist/reveal.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js">
<script src="dist/reveal.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js"></script>
<script src="plugin/copycode/copycode.js"></script>
<script>
Reveal.initialize({
Expand Down

0 comments on commit 0e2519e

Please sign in to comment.