aboutsummaryrefslogtreecommitdiffstats
path: root/docs/.NET.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.NET.md')
-rw-r--r--docs/.NET.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/.NET.md b/docs/.NET.md
new file mode 100644
index 0000000..6148c43
--- /dev/null
+++ b/docs/.NET.md
@@ -0,0 +1,26 @@
+# Locusts
+
+## Description
+
+Locusts is a library that provides a way to introduce locusts into your code.
+
+Why would you want to do that? I don't know.
+
+## Installation
+
+```sh
+dotnet add package Locusts
+```
+
+## Example
+
+```cs
+using Locusts;
+
+Locusts.Introduce();
+// Locusts are now in your codebase!
+```
+
+## License
+
+This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details.