From 8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 31 Oct 2024 10:36:25 -0500 Subject: js: Migrate to ESLint 9 Signed-off-by: Matt Strapp --- docs/Docker.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/Docker.md') diff --git a/docs/Docker.md b/docs/Docker.md index 989e232..7e6ab52 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -4,11 +4,12 @@ A docker container containing locusts also exist. -If you would like to add locusts to your company's servers, you can use the following command: +If you would like to add locusts to your company's servers, you can use the +following command: ```bash docker run --rm ghcr.io/locusts-r-us/locusts:master ``` -That's it. There are locusts now in your computer. -What those locusts do is up to the reader. +That's it. There are locusts now in your computer. What those locusts do is up +to the reader. -- cgit v1.2.3