Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Jun 28, 2024
1 parent a4cec01 commit fced3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// pluginDir: current plugin dir
// osType: "Windows_NT" | "Darwin" | "Linux"
async function translate(text, from, to, options) {
const { config, detectsetResult, utils } = options;
const { config, detect, setResult, utils } = options;
const { http, readBinaryFile, readTextFile, Database, CryptoJS, run, cacheDir, pluginDir, osType } = utils;
const { fetch, Body } = http;
}
Expand Down

0 comments on commit fced3e1

Please sign in to comment.