diff --git a/README.md b/README.md index 130728b..153af2c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A simple library to get WarThunder data provided by the localhost server go get -u github.com/lucasvmx/WarTelemetry/telemetry ``` -## Example (localhost) +## Example (Remote host) ```go package main @@ -48,7 +48,7 @@ func main() { ``` -## Example (Remote Host) +## Example (Localhost) ```go