From 46a84c3cfc3d121a35f9defa9721d9f66f8a8dc8 Mon Sep 17 00:00:00 2001 From: Julius Tens Date: Fri, 29 Dec 2017 10:16:41 +0100 Subject: [PATCH] fix typo --- p/oebb/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/oebb/readme.md b/p/oebb/readme.md index d57dcd08..feeaeaa0 100644 --- a/p/oebb/readme.md +++ b/p/oebb/readme.md @@ -8,7 +8,7 @@ const createClient = require('hafas-client') const oebbProfile = require('hafas-client/p/oebb') -// create a client with DB profile +// create a client with ÖBB profile const client = createClient(oebbProfile) ```