Skip to content

Commit 4d9619b

Browse files
authored
📝 Replacing var to const
1 parent 2619ce7 commit 4d9619b

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
@@ -58,7 +58,7 @@ new Darkmode().showWidget();
5858
## ⚙️ Options
5959
Here are the option availables:
6060
```javascript
61-
var options = {
61+
const options = {
6262
bottom: '64px', // default: '32px'
6363
right: 'unset', // default: '32px'
6464
left: '32px', // default: 'unset'

0 commit comments

Comments
 (0)