Skip to content

Commit bd8f4ad

Browse files
nickknissenGuillaume Chau
authored and
Guillaume Chau
committed
Add missing underscore to electron docs (#610)
1 parent e7b80e1 commit bd8f4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shells/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Then add:
3131
Or if you want to debug your device remotely:
3232
```html
3333
<script>
34-
window.__VUE_DEVTOOLS__HOST = '<your-local-ip>'
34+
window.__VUE_DEVTOOLS_HOST__ = '<your-local-ip>'
3535
</script>
3636
<script src="http://<your-local-ip>:8098"></script>
3737
```

0 commit comments

Comments
 (0)