X Tutup
Skip to content

Commit 8f20059

Browse files
adamharleycodebytere
authored andcommitted
correct reference chrome://plugins to components (electron#18237)
1 parent 87a337a commit 8f20059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/testing-widevine-cdm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const { app, BrowserWindow } = require('electron')
7575
// * `libwidevinecdm.dylib` on macOS,
7676
// * `widevinecdm.dll` on Windows.
7777
app.commandLine.appendSwitch('widevine-cdm-path', '/path/to/widevine_library')
78-
// The version of plugin can be got from `chrome://plugins` page in Chrome.
78+
// The version of plugin can be got from `chrome://components` page in Chrome.
7979
app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.866')
8080

8181
let win = null

0 commit comments

Comments
 (0)
X Tutup