From fc1afe06250def0ba38107d1d270ba0ac347a574 Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Tue, 22 Nov 2022 21:08:18 +0100 Subject: [PATCH] =?UTF-8?q?lines()=20docs:=20fix=20typo=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit part of #278 --- docs/lines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')