chore: fixed README.md

This commit is contained in:
2026-03-19 15:16:04 +03:00
parent c5aca289a5
commit 6c307ffaa1
+3 -3
View File
@@ -20,7 +20,7 @@ Built for game networking where every byte and allocation matters.
## Installation ## Installation
```bash ```bash
go install edmand46/apack@latest go install edmand46/arpack/cmd/arpack@latest
``` ```
## Usage ## Usage
@@ -139,8 +139,8 @@ Uses unsafe pointers for zero-copy serialization. Returns bytes written/consumed
```bash ```bash
# Unit tests (parser + generator) # Unit tests (parser + generator)
go test ./tools/arpack/... go test ./parser/... ./generator/...
# End-to-end cross-language tests (requires dotnet SDK) # End-to-end cross-language tests (requires dotnet SDK)
go test ./tools/arpack/e2e/... go test ./e2e/...
``` ```