diff --git a/tools/README.md b/tools/README.md index 012302733b..71722f55b8 100644 --- a/tools/README.md +++ b/tools/README.md @@ -10,7 +10,7 @@ prerequisite to run this before code check in. To run formatting: ```sh -deno run --allow-read --allow-write --allow-run --unstable ./tools/format.js +deno run --allow-read --allow-write --allow-run ./tools/format.js ``` ## lint.js @@ -21,14 +21,14 @@ prerequisite to run this before code check in. To run linting: ```sh -deno run --allow-read --allow-write --allow-run --unstable ./tools/lint.js +deno run --allow-read --allow-write --allow-run ./tools/lint.js ``` Tip: You can also use cargo to run the current or pending build of the deno executable ```sh -cargo run -- run --allow-read --allow-write --allow-run --unstable ./tools/