From 918970f0be90d2bd63f49ba6e291a6bacd1d7df2 Mon Sep 17 00:00:00 2001 From: Rajeev Date: Wed, 24 Jul 2024 16:54:00 +0200 Subject: [PATCH] Update README.md Changing the example repo for getObj --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5dadb4..2d78028 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Refer to the following example projects that use connect API - [Using WebApp and Arduino Uno](https://github.com/rajeevmsn/airQualityMonitor_connect): Sending AirQuality data to connect using a web application connected to Arduino Uno and MQ135 gas sensor. - [Using ESP32 Node MCU](https://github.com/rajeevmsn/airQuality_ESP32_NodeMCU): Sending Air Quality data is updated every 10 minutes with help ESP32 Node MCU amd MQ135 gas sensor. -- [getObj](https://github.com/rajeevmsn/connect_getObject): Example to get selected classes from connect using python +- [getObj]((https://github.com/rajeevmsn/getObjConnect)): Example to get selected classes from connect using python ## Getting Started