Skip to content

Commit 941568e

Browse files
authored
Apply suggestion from @briandoyle81
1 parent 8fe818e commit 941568e

File tree

1 file changed

+1
-1
lines changed
  • docs/blockchain-development-tutorials/forte/flow-actions

1 file changed

+1
-1
lines changed

docs/blockchain-development-tutorials/forte/flow-actions/connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We will update these tutorials, but you may need to refactor your code if the im
2626

2727
## Overview
2828

29-
**Connectors** are the bridge between external DeFi protocols and the standardized Flow Actions primitive interfaces. They act as **protocol adapters** that translate protocol-specific APIs into the universal language of Flow Actions. Think of them as "drivers" that provide a connection between software and a piece of hardware without the software developer needing to know how the hardware expects to receive commands , or an MCP allowing an agent to use an API in a standardized manner.
29+
**Connectors** are the bridge between external DeFi protocols and the standardized Flow Actions primitive interfaces. They act as **protocol adapters** that translate protocol-specific APIs into the universal language of Flow Actions. Think of them as "drivers" that provide a connection between software and a piece of hardware without the software developer needing to know how the hardware expects to receive commands, or an MCP allowing an agent to use an API in a standardized manner.
3030

3131
Flow Actions act as "money LEGOs" with which you can compose various complex operations with simple transactions. These are the benefits of connectors:
3232

0 commit comments

Comments
 (0)