From e7bc70cd0e695112832cc4e9737c34d4719300b1 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 20:40:42 -0500 Subject: README tweaking Signed-off-by: Matt Strapp --- docs/Docker.md | 2 +- docs/Rust.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Docker.md b/docs/Docker.md index 4717997..10019ff 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -7,7 +7,7 @@ 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: ```bash -docker run -it --rm ghcr.io/locusts-r-us/locusts:latest +docker run --rm ghcr.io/locusts-r-us/locusts:master ``` That's it. There are locusts now in your computer. diff --git a/docs/Rust.md b/docs/Rust.md index 709270b..977b404 100644 --- a/docs/Rust.md +++ b/docs/Rust.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: locusts = "1" ``` -or +or run the following ```sh cargo add locusts -- cgit v1.2.3