From b61acf80b4031243ef89bf47b6faa8f2215c0856 Mon Sep 17 00:00:00 2001 From: kiritowu Date: Sun, 12 Jan 2025 18:06:43 +0800 Subject: [PATCH] [fix] Update README with markdownlint --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 37fe1a9..88776d3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ As API key is required for access of NLB's API, please request one using [Open W ## Usage - First, create a client using `AuthenticatedClient`. Do note that to access [NLB public APIs](https://www.nlb.gov.sg/main/partner-us/contribute-and-create-with-us/NLBLabs), ensure that `NLB_APP_ID` and `NLB_API_KEY` are available and exposed as environment variable ```python