diff options
Diffstat (limited to '')
-rw-r--r-- | docs/.NET.md | 3 | ||||
-rw-r--r-- | docs/BEAM.md | 7 | ||||
-rw-r--r-- | docs/C.md | 3 | ||||
-rw-r--r-- | docs/Docker.md | 7 | ||||
-rw-r--r-- | docs/Go.md | 3 | ||||
-rw-r--r-- | docs/JavaScript.md | 4 | ||||
-rw-r--r-- | docs/Python.md | 6 | ||||
-rw-r--r-- | docs/Rust.md | 3 |
8 files changed, 22 insertions, 14 deletions
diff --git a/docs/.NET.md b/docs/.NET.md index 2ff1e04..e8a2c29 100644 --- a/docs/.NET.md +++ b/docs/.NET.md @@ -26,4 +26,5 @@ Locusts.IntroduceLocusts(); ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. diff --git a/docs/BEAM.md b/docs/BEAM.md index 6e3ea50..abdce6a 100644 --- a/docs/BEAM.md +++ b/docs/BEAM.md @@ -19,6 +19,7 @@ def deps do end ``` -Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) -and published on [HexDocs](https://hexdocs.pm). Once published, the docs can -be found at <https://hexdocs.pm/locusts>. +Documentation can be generated with +[ExDoc](https://github.com/elixir-lang/ex_doc) and published on +[HexDocs](https://hexdocs.pm). Once published, the docs can be found at +<https://hexdocs.pm/locusts>. @@ -48,4 +48,5 @@ make ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. 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. @@ -30,4 +30,5 @@ func main() { ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. diff --git a/docs/JavaScript.md b/docs/JavaScript.md index c2fb788..f8a6687 100644 --- a/docs/JavaScript.md +++ b/docs/JavaScript.md @@ -8,8 +8,8 @@ ## Description -Locusts is a series of libraries that allows you to introduce locusts into your codebase. -Why would you want to do that? I don't know. +Locusts is a series of libraries that allows you to introduce locusts into your +codebase. Why would you want to do that? I don't know. ## Installation diff --git a/docs/Python.md b/docs/Python.md index 01273bf..51d4bd6 100644 --- a/docs/Python.md +++ b/docs/Python.md @@ -5,7 +5,8 @@ ## Description -locusts-r-us is a library that provides a way to introduce locusts into your code. +locusts-r-us is a library that provides a way to introduce locusts into your +code. Why would you want to do that? I don't know. @@ -30,4 +31,5 @@ if __name__ == "__main__": ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. diff --git a/docs/Rust.md b/docs/Rust.md index 0e599e4..c42257a 100644 --- a/docs/Rust.md +++ b/docs/Rust.md @@ -38,4 +38,5 @@ fn main() { ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. |