From 0a821b147601226ce7e4b004c0c538ef1d0ac9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Pumar?= Date: Wed, 23 Aug 2023 14:14:00 +0200 Subject: [PATCH] Update README.md (#217) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5f7bd7c..35adc9b 100644 --- a/README.md +++ b/README.md @@ -511,7 +511,6 @@ const options = { const result = await loadTest(options) result.show() console.log('Tests run successfully') -}) ``` The call returns a `Result` object that contains all info about the load test, also described below.