Skip to content

Commit e6c783c

Browse files
traynhamPitNikola
andcommitted
Update commands/web-searches/mdn.js
Co-authored-by: Petr Nikolaev <[email protected]>
1 parent b9a2aa1 commit e6c783c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/web-searches/mdn.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// Required parameters:
77
// @raycast.schemaVersion 1
8-
// @raycast.title MDN JS Docs
8+
// @raycast.title Search in MDN JS Docs
99
// @raycast.mode silent
1010
//
1111
// Optional parameters:
@@ -20,4 +20,4 @@
2020
const { exec } = require('child_process')
2121
const query = encodeURIComponent(process.argv[2])
2222

23-
exec(`open "https://developer.mozilla.org/en-US/search?topic=js&q=${query}"`)
23+
exec(`open "https://developer.mozilla.org/en-US/search?topic=js&q=${query}"`)

0 commit comments

Comments
 (0)