Update README.md

This commit is contained in:
Sushi 2022-06-29 21:14:58 -06:00 committed by GitHub
parent 5dd579fa13
commit 5af4d53e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ Requires xml-js
###### Examples
```js
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
url = 'http://127.0.0.1:64989';
const convert = require('xml-js');
const test = require('./rcctalk')
var openjobresult = await test.OpenJob("Test2","print('test')","200") // JobId, script, and expiration time. Expiration time is optional