Skip to content

Commit

Permalink
Update README.md (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Aug 20, 2023
1 parent 2f0abad commit f9f7a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
DenoEx is designed to make it simple to run scripts using [Deno](https://deno.com/runtime) from your Elixir
applications. Deno is a modern runtime for JavaScript and TypeScript that uses V8 and built-in Rust. It is secure by
default, so you must opt into each level of access your scripts need when running. This includes reading environment
variables.
variables. It is for this reason that the Deno runtime was selected as I needed a secure sandbox to run external
Javascript and Typescript programs.

## Installation

Expand Down

0 comments on commit f9f7a58

Please sign in to comment.