Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

typo #118

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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...
... to be completed...
Loading