Skip to content

Commit bf021b3

Browse files
committed
Fix outdated path in comment
1 parent ea0d4ee commit bf021b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vscode/quick-lint-js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"use strict";
55

66
// TODO(strager): Make this configurable.
7-
// For build instructions, see plugin/vscode/README.md.
7+
// For build instructions, see plugin/vscode/BUILDING.md.
88
let VSCODE_WASM_MODULE_PATH = "./dist/quick-lint-js-vscode.wasm";
99

1010
let assert = require("assert");

0 commit comments

Comments
 (0)