diff options
-rw-r--r-- | CONTRIBUTING.md | 1 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | docs/Docker.md | 2 | ||||
-rw-r--r-- | docs/Rust.md | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ede9a5..57a6a77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,4 +33,3 @@ If you'd like to add a new language to the repository, please follow these guide - A basic way to add the library as a dependency - An example of how to use the library - A link on the README.md to the new language documentation - @@ -7,8 +7,6 @@ [![Python](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml) [![Rust](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml) - - We here at Locusts-R-Us have developed a series of libraries for all sorts of programming languages to introduce locusts in all sorts of codebases. ## FAQ @@ -42,7 +40,7 @@ See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information. - [Go](./docs/Go.md) - [Rust](./docs/Rust.md) - [Python](./docs/Python.md) -- [C#/F#](./docs/.NET.md) +- [C#/F#](./docs/.NET.md) ### Not a language but @@ -50,4 +48,4 @@ See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information. ## License -Every locust library in this repository is licensed under the [0 Clause BSD License](./LICENSE). +Every locust library in this repository is licensed under the [BSD 0 Clause License](./LICENSE). 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 |