aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-06 20:40:42 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-06 20:40:45 -0500
commite7bc70cd0e695112832cc4e9737c34d4719300b1 (patch)
treed40ef36560124956b17a944b89dd42e4b7bde31c
parentPut README in its proper place perhaps (diff)
downloadlocusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.gz
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.bz2
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.lz
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.xz
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.zst
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.zip
README tweaking
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--CONTRIBUTING.md1
-rw-r--r--README.md6
-rw-r--r--docs/Docker.md2
-rw-r--r--docs/Rust.md2
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
-
diff --git a/README.md b/README.md
index ca78a23..e5c5ebd 100644
--- a/README.md
+++ b/README.md
@@ -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