Skip to content

Commit

Permalink
README correct title
Browse files Browse the repository at this point in the history
  • Loading branch information
ownerofglory committed Feb 15, 2024
1 parent d7e5e28 commit be4b70f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit be4b70f

Please sign in to comment.