diff --git a/Remote-Script-Execution.md b/Remote-Script-Execution.md index 4ab9f1a..66992ac 100644 --- a/Remote-Script-Execution.md +++ b/Remote-Script-Execution.md @@ -10,4 +10,12 @@ If you want to use it within your code, you can do it like this: ```js var HELO = require("https://pub-f926e14287b340cd9eff33731bb25329.r2.dev/helloworld.js"); HELO.main(); +``` + +If it works correctly, the console will output the following results: + +``` +[*] Requested URL: https://pub-f926e14287b340cd9eff33731bb25329.r2.dev/helloworld.js +[*] Received 81 bytes +[*] Hello world ``` \ No newline at end of file