From be4b70f5ba06f23020e158ae712806b3304e1e60 Mon Sep 17 00:00:00 2001 From: ownerofglory Date: Thu, 15 Feb 2024 16:32:42 +0100 Subject: [PATCH] README correct title --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa38314..b0dd98d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Go VVS - VVS (Verkehr Verbund Stuttgart) API library -Go library wrapping VVS API +# Go VVS - VVS (Verkehrsverbund Stuttgart) API library +Simple Go library wrapping VVS API ![Test Pipeline status](https://github.com/ownerofglory/govvs/actions/workflows/test-pipeline.yml/badge.svg) ## Features @@ -51,7 +51,7 @@ import ( func main() { // convert station name to station id (de:XXXXX:YYYY) origId, _ := station.NameToGlobalId(station.HAUPTBAHNHOF_TIEF_STUTTGART) - destId, _ := station.NameToGlobalId(station.FLUGHAFENMESSE_ECHTERDINGEN) + destId, _ := station.NameToGlobalId(station.FLUGHAFENMESSE_ECHTERDINGEN) req := govvs.JourneyRequest{ OrigId: origId,