Skip to content

Commit 81ce939

Browse files
committed
Lint readme
1 parent 6fd10ea commit 81ce939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# YouTube Music
2+
23
[![GitHub release](https://img.shields.io/github/release/th-ch/youtube-music.svg)](https://GitHub.com/th-ch/youtube-music/releases/)
34
[![GitHub license](https://img.shields.io/github/license/th-ch/youtube-music.svg)](https://github.com/th-ch/youtube-music/blob/master/LICENSE)
45
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
@@ -80,7 +81,7 @@ module.exports = win => {
8081
// front.js
8182
module.exports = () => {
8283
// Remove the login button
83-
document.querySelector('.sign-in-link.ytmusic-nav-bar').remove();
84+
document.querySelector(".sign-in-link.ytmusic-nav-bar").remove();
8485
};
8586
```
8687

0 commit comments

Comments
 (0)