Updating readme

This commit is contained in:
phoenix
2025-10-31 14:08:38 -04:00
parent 280b2028be
commit 126968f0c1
+7
View File
@@ -1,3 +1,10 @@
# textsender-models
A library containing functions, structs, types, and other code for the textsender
project
### Building project
```SHELL
go mod tidy
go mod vendor
```