lines() docs: fix typo 📝

part of #278
This commit is contained in:
Kristjan SCHMIDT 2022-11-22 21:08:18 +01:00 committed by Jannis R
parent 3493ad1086
commit fc1afe0625
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -8,7 +8,7 @@ As an example, we're going to use the [SVV profile](../p/svv):
```js ```js
import {createClient} from 'hafas-client' 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') const client = createClient(svvProfile, 'my-awesome-program')