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.