Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jupegarnica committed Aug 1, 2023
1 parent 69b115f commit 6b7be8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 6b7be8f

Please sign in to comment.