Remove parens around version
This commit is contained in:
parent
d48a61fdff
commit
db1c29f2f9
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
<h2>
|
||||
<script>
|
||||
document.write(`Welcome to Electron (v${process.versions.electron})`)
|
||||
document.write(`Welcome to Electron v${process.versions.electron}`)
|
||||
</script>
|
||||
</h2>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue