diff --git a/README.md b/README.md index dd3d9a8..c01a616 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: scheduled: runs-on: ubuntu-latest steps: - # This step installs Deno, which is a new Javascript runtime that improves on Node. Can be used for an optional postprocessing step + # This step installs Deno, which is a new JavaScript runtime that improves on Node. Can be used for an optional postprocessing step - name: Setup deno uses: denoland/setup-deno@main with: @@ -199,7 +199,7 @@ A signed number describing the number of bytes that changed in this run. If the ## Postprocessing -You can add a `postprocess` input in the Action which is path to a [deno](https://deno.land) Javascript or Typescript script that will be invoked to postprocess your data after it is fetched. This path is relative to the root of your repo. +You can add a `postprocess` input in the Action which is path to a [deno](https://deno.land) JavaScript or TypeScript script that will be invoked to postprocess your data after it is fetched. This path is relative to the root of your repo. The script can use either `Deno.args[0]` or the name of the `downloaded_filename` to access the file fetched by Flat Data.