From 6b7be8f7d4b4dd96a39c39c8242afd1d9af07267 Mon Sep 17 00:00:00 2001 From: Jupegarnica Date: Tue, 1 Aug 2023 12:38:19 +0200 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- vscode-extension/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8599a5..f7523e5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ deno run --allow-read --allow-env --allow-net --allow-run https://tepi.deno.dev/ * `--allow-read` Needed to read files from the file system. * `--allow-net` Needed to make HTTP requests. * `--allow-env` (optional) Needed to load and read environment variables. Required if you use the --env-file option. -* `--allow-run` (optional) Needed to run the upgrade command. Required if you use the --upgrade option. +* `--allow-run` (optional) Required if you use the --upgrade option. ## Usage: @@ -244,7 +244,7 @@ This metadata is available in the interpolation scope as `meta` and in the `meta ### Global metadata: -You can set global metadata in the first block of the file. This metadata will be available in all the blocks. +You can set global metadata in the first block of the file. This metadata will be available in all the blocks. This apllies to all the properties except `meta.id` and `meta.description`, `meta.ignore` and `meta.only`. For example: diff --git a/vscode-extension/README.md b/vscode-extension/README.md index b8599a5..f7523e5 100644 --- a/vscode-extension/README.md +++ b/vscode-extension/README.md @@ -61,7 +61,7 @@ deno run --allow-read --allow-env --allow-net --allow-run https://tepi.deno.dev/ * `--allow-read` Needed to read files from the file system. * `--allow-net` Needed to make HTTP requests. * `--allow-env` (optional) Needed to load and read environment variables. Required if you use the --env-file option. -* `--allow-run` (optional) Needed to run the upgrade command. Required if you use the --upgrade option. +* `--allow-run` (optional) Required if you use the --upgrade option. ## Usage: @@ -244,7 +244,7 @@ This metadata is available in the interpolation scope as `meta` and in the `meta ### Global metadata: -You can set global metadata in the first block of the file. This metadata will be available in all the blocks. +You can set global metadata in the first block of the file. This metadata will be available in all the blocks. This apllies to all the properties except `meta.id` and `meta.description`, `meta.ignore` and `meta.only`. For example: