From 5af4d53e1d4176439736e1193ee60b00a464f925 Mon Sep 17 00:00:00 2001 From: Sushi <54828677+SushiDesigner@users.noreply.github.com> Date: Wed, 29 Jun 2022 21:14:58 -0600 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e432922..1850a81 100644 --- a/README.md +++ b/README.md @@ -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