We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8248a5c commit b6ae3e5Copy full SHA for b6ae3e5
README.md
@@ -18,7 +18,7 @@ npm install safe-eval --save
18
var safeEval = require('safe-eval')
19
```
20
21
-**safeEval(code, [context], options)**
+**safeEval(code, [context], [options])**
22
23
`code` is the JavaScript code you want to execute.
24
0 commit comments