From 63417c49dfd90fe0c9da11aa14696cff57536eb4 Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Tue, 26 Nov 2024 09:47:41 -0800 Subject: [PATCH] Fixed Signals JS API link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d35bbed..08ac5eb 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ LivePlugins can implement several lifecycle methods: ## Signals -Signals are lightweight data points that capture user interactions and system events in your app. While individual signals provide small pieces of information, they become powerful when combined to generate rich analytics events. Also see the [Signals Javascript API Reference](#signals-javascript-api-reference) for more information. +Signals are lightweight data points that capture user interactions and system events in your app. While individual signals provide small pieces of information, they become powerful when combined to generate rich analytics events. Also see the [Signals Javascript API Reference](#signals-javascript-runtime-api) for more information. ### Core Concepts