fix module name and install command

This commit is contained in:
2025-11-07 11:03:03 +00:00
parent 25901d4962
commit da206a182a
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ This tool converts the statements from brokers into a format compatible with the
## Install ## Install
```bash ```bash
go install git.naterciomoniz.net/applications/broker2anexoj go install git.naterciomoniz.net/applications/broker2anexoj@latest
``` ```
## Usage ## Usage

2
go.mod
View File

@@ -1,3 +1,3 @@
module broker2anexoj module git.naterciomoniz.net/applications/broker2anexoj
go 1.25.3 go 1.25.3