From 0bf2880d367b44f9a4a6e63f784ac116d4683d39 Mon Sep 17 00:00:00 2001 From: iosullivan Date: Sun, 12 Jul 2026 17:07:59 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7de9474..cffd692 100644 --- a/README.md +++ b/README.md @@ -111,4 +111,4 @@ print(stations_eta[40390]) - Both of these are just fancy wrappers around C++ language, so plenty of documentation to google. - The latter is harder to initially get going (mostly cause of VS Code), but it's a much nicer environment to code in than Arduino IDE. - PlatformIO is completely compatable with Arduino code, so can always start in Arduino IDE and move from there. -- Example PlatformIO code for the API is available in example/src/ \ No newline at end of file +- Example Arduino IDE code for the API is available in example/src/