diff --git a/docs/lines.md b/docs/lines.md index 76ad3664..b7792f8c 100644 --- a/docs/lines.md +++ b/docs/lines.md @@ -8,7 +8,7 @@ As an example, we're going to use the [SVV profile](../p/svv): ```js import {createClient} from 'hafas-client' -import {profileas svvProfile} from 'hafas-client/p/svv/index.js' +import {profile as svvProfile} from 'hafas-client/p/svv/index.js' const client = createClient(svvProfile, 'my-awesome-program')