mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
fix typo
This commit is contained in:
parent
4bbb3c6724
commit
46a84c3cfc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
const createClient = require('hafas-client')
|
const createClient = require('hafas-client')
|
||||||
const oebbProfile = require('hafas-client/p/oebb')
|
const oebbProfile = require('hafas-client/p/oebb')
|
||||||
|
|
||||||
// create a client with DB profile
|
// create a client with ÖBB profile
|
||||||
const client = createClient(oebbProfile)
|
const client = createClient(oebbProfile)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue