aboutsummaryrefslogtreecommitdiffstats
path: root/docs/.NET.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/.NET.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/.NET.md b/docs/.NET.md
index 28ce4b8..206b521 100644
--- a/docs/.NET.md
+++ b/docs/.NET.md
@@ -1,11 +1,11 @@
# Locusts
-[![.NET](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml)
+[![CI](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml)
![NuGet Version](https://img.shields.io/nuget/v/locusts?logo=nuget&label=NuGet%20Package)
## Description
-Locusts is a library that provides a way to introduce locusts into your code.
+Locusts is a member of a [series of libraries](https://github.com/locusts-r-us/locusts) that allows you to introduce locusts into your codebase.
Why would you want to do that? I don't know.
@@ -20,10 +20,11 @@ dotnet add package Locusts
```cs
using Locusts;
-Locusts.Introduce();
+Locusts.IntroduceLocusts();
// Locusts are now in your codebase!
```
## 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](https://github.com/locusts-r-us/locusts/blob/master/LICENSE) file for details.