From 3ac1349dcd45057600da40b3b4be6623023b1681 Mon Sep 17 00:00:00 2001 From: "Bikash Daga (Jain)" <95040719+bikashdaga@users.noreply.github.com> Date: Mon, 8 Aug 2022 15:33:49 +0530 Subject: [PATCH] Added one Useful Link Have Added Scaler Topics C Page under Photon or Electron code(Anchored = C). Kindly Please check the suggested changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 181c504..474df2b 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ void publishData() { The program generates a "test1data" event, which will trigger the webhook. It just generates some dummy data, two integers and a float, but that's enough to see what it's doing. -The snprintf function is a little hard to read because C requires the double quote character to be escaped, but it really just generates a string that looks like this, a JSON object string: +The snprintf function is a little hard to read because [C](https://www.scaler.com/topics/c/) requires the double quote character to be escaped, but it really just generates a string that looks like this, a JSON object string: ``` {"a":5,"b":0.996,"c":812669700}