From 3bc3fdbc26e10f7d6ed07abfaf1200c29d976e54 Mon Sep 17 00:00:00 2001 From: johndc7 Date: Wed, 16 Oct 2024 21:52:06 -0400 Subject: [PATCH] Update readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6106057..c82143f 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ Node.js module for [DirectAdmin](https://www.directadmin.com/) `npm install node-directadmin` -## Tests - - * Tests are implemented using `mocha` and `chai`. Run them with `npm test`. - ## Options - `forceJsonRequests` - This forces `json=yes` on all API calls. This will change the format returned by some functions. This is recommended on **new projects** (or existing ones if you feel like possibly introducing some bugs). This only defaults to `false` for backwards compatibility.