diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 20:40:42 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 20:40:45 -0500 |
commit | e7bc70cd0e695112832cc4e9737c34d4719300b1 (patch) | |
tree | d40ef36560124956b17a944b89dd42e4b7bde31c /README.md | |
parent | Put README in its proper place perhaps (diff) | |
download | locusts-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>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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). |