From c30fa4f97e9ca250fd195eb9960a21dbb4743d51 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Wed, 16 Oct 2024 12:22:00 -0500 Subject: [PATCH] Update README.md (#857) * Update README.md * Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 606834ad3..1d036db01 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ # chainlink-common [![Go Reference](https://pkg.go.dev/badge/github.com/smartcontractkit/chainlink-common.svg)](https://pkg.go.dev/github.com/smartcontractkit/chainlink-common) -SDK for implementing Chainlink Services, like Chain Relayers or Product Plugins. - -Internal references - -- [loop](pkg/loop/README.md) - - [loop/internal](./pkg/loop/internal/README.md) - - Reporting plugins - - Protobuf definitions +Chain-agnostic SDK for implementing Chainlink Services, like Capabilities, Chain Relayers, Product Plugins, and Workflows.