Skip to content

Commit

Permalink
Merge pull request #4 from ownerofglory/feature/adjust-readme
Browse files Browse the repository at this point in the history
README correct title
  • Loading branch information
ownerofglory authored Feb 15, 2024
2 parents 61b15b0 + be4b70f commit 7b814e1
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 7b814e1

Please sign in to comment.