Skip to content

Commit f9f7a58

Browse files
authored
Update README.md (#34)
1 parent 2f0abad commit f9f7a58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
DenoEx is designed to make it simple to run scripts using [Deno](https://deno.com/runtime) from your Elixir
4747
applications. Deno is a modern runtime for JavaScript and TypeScript that uses V8 and built-in Rust. It is secure by
4848
default, so you must opt into each level of access your scripts need when running. This includes reading environment
49-
variables.
49+
variables. It is for this reason that the Deno runtime was selected as I needed a secure sandbox to run external
50+
Javascript and Typescript programs.
5051

5152
## Installation
5253

0 commit comments

Comments
 (0)