From 8de11ee2cdb31fb4d57bc19a127332b3f9f1cf9b Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 25 Jan 2024 14:48:16 +0100 Subject: [PATCH] =?UTF-8?q?API=20docs:=20minor=20fix=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/api-docs.js | 2 +- license.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/api-docs.js b/build/api-docs.js index 0012b22..999bcba 100644 --- a/build/api-docs.js +++ b/build/api-docs.js @@ -61,7 +61,7 @@ Uses [\`hafasClient.journeys()\`](https://github.com/public-transport/hafas-clie \`from\` (A), \`to\` (B), and the optional \`via\` must each have one of these formats: - as stop/station ID (e.g. \`from=8010159\` for *Halle (Saale) Hbf*) -- as a POI (e.g. \`from.id=991561765&from.latitude=51.48364&from.longitude=11.98084&from.name=Halle+(Saale),+Stadtpark+Halle+(Grünanlagen)\` for *Halle+(Saale),+Stadtpark+Halle+(Grünanlagen)*) +- as a POI (e.g. \`from.id=991561765&from.latitude=51.48364&from.longitude=11.98084&from.name=Halle+(Saale),+Stadtpark+Halle+(Grünanlagen)\` for *Halle (Saale), Stadtpark Halle (Grünanlagen)*) - as an address (e.g. \`from.latitude=51.25639&from.longitude=7.46685&from.address=Hansestadt+Breckerfeld,+Hansering+3\` for *Hansestadt Breckerfeld, Hansering 3*) ### Pagination diff --git a/license.md b/license.md index 3c8a627..732e7f5 100644 --- a/license.md +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2022, Jannis R +Copyright (c) 2024, Jannis R Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.