Skip to content

Commit

Permalink
docs: highlight javascript block (#7010)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyia authored Jul 21, 2022
1 parent 3e9cd2c commit 62cf003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/programmatic-usage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```
```javascript
"use strict"

const builder = require("electron-builder")
Expand Down Expand Up @@ -127,4 +127,4 @@ builder.build({
.catch((error) => {
console.error(error)
})
```
```

0 comments on commit 62cf003

Please sign in to comment.