This commit is contained in:
Julius Tens 2017-12-29 10:16:41 +01:00
parent 4bbb3c6724
commit 46a84c3cfc

View file

@ -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)
``` ```