Update Self Voicing Enabled authored by Schildhauer Niklas's avatar Schildhauer Niklas
......@@ -13,7 +13,7 @@ In the following code you can see how this tool is implemented. The media featur
```html
<head>
<script type="text/javascript" src="//cdn1.readspeaker.com/..."></script>
<link type="text/css" rel="stylesheet" href="//cdn1.readspeaker.com/..." media="(self-voicing-enabled)>
<link type="text/css" rel="stylesheet" href="//cdn1.readspeaker.com/..." media="(self-voicing-enabled)">
<style>
@media not (self-voicing-enabled) {
.readspeaker {
......
......