From 6ebf1d4b505b9d66ed7a2c840d850971b218bc7a Mon Sep 17 00:00:00 2001 From: pllesperance Date: Mon, 17 Jun 2024 15:11:26 -0400 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81e86e4..3937e9b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The main lifecycle of an Extension looks like this: ## Building The best way to get started is from the [Basic Example](https://github.com/refractionPOINT/lc-extension/blob/master/examples/basic/main.go). -This example demonstrates the basic schaffolding necessary for the Extension and implements a single action `ping`. +This example demonstrates the basic scaffolding necessary for the Extension and implements a single action `ping`. The main mechanism where you'll implement functionality is within callbacks. These callbacks will receive several bits of data allowing you to do your thing: - Config: this is a dictionary that is stored in LimaCharlie's Hive system. It allows you to support basic configurations for your Extension without having to provision and manage storage. @@ -60,4 +60,4 @@ Your Extension will receive a webhook from LimaCharlie based on multiple event. Webhooks are defined starting at the [Message structure](https://github.com/refractionPOINT/lc-extension/blob/master/common/messages.go#L3). -... to be completed... \ No newline at end of file +... to be completed...