Skip to content

Commit f3f60d6

Browse files
authored
README.md
1 parent a08e218 commit f3f60d6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,3 @@
164164
<p>This project is licensed under the MIT License - see the LICENSE file for details.</p>
165165
</details>
166166

167-
<script>
168-
function copyToClipboard(text) {
169-
navigator.clipboard.writeText(text).then(function() {
170-
console.log('Text copied to clipboard');
171-
}).catch(function(error) {
172-
console.error('Unable to copy text: ', error);
173-
});
174-
}
175-
</script>

0 commit comments

Comments
 (0)