Skip to content

Commit af2480e

Browse files
authored
docs: replace var with const (#65)
1 parent 1ec6724 commit af2480e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This command publishes the generate npm package and pushes the changes to GitHub
5353
You can optionally include the release tool in another Node.js script:
5454

5555
```js
56-
var ReleaseOps = require("eslint-release");
56+
const ReleaseOps = require("eslint-release");
5757
```
5858

5959
## What It Does

0 commit comments

Comments
 (0)