From 0fef5ceb579610cfd548b52abe1478a8eacc26b2 Mon Sep 17 00:00:00 2001 From: Melissa Henderson <57110301+melissahenderson@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:09:04 -0500 Subject: [PATCH] docs: remove blockchain ref from getting started --- src/content/docs/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/get-started.md b/src/content/docs/get-started.md index 041a91d..9a56a2b 100644 --- a/src/content/docs/get-started.md +++ b/src/content/docs/get-started.md @@ -6,7 +6,7 @@ title: Interledger Protocol® Interledger Protocol (ILP) is an open protocol suite for sending payments across different ledgers. Like the internet, connectors route packets of money across independent networks. The open architecture and minimal protocol enable interoperability for any value transfer system. -**Interledger is not tied to a single company, blockchain, or currency.** +**Interledger is not tied to a single company, payment network, or currency.**
@@ -36,7 +36,7 @@ Interledger Protocol (ILP) is an open protocol suite for sending payments across Enable seamless exchange of value across payment networks. -Traditional payment networks operate independently from each other. Sending value is easy only if the sender and recipient have accounts on the same network, but it can be slow and expensive if they have accounts on different networks. Interledger makes it easy to transact in whatever currency or payment network you choose, because Interledger is not tied to any one company, blockchain, or currency. Using Interledger, you can send AUD to someone who wants to receive GBP, or you can send USD to someone who wants to receive EUR. +Traditional payment networks operate independently from each other. Sending value is easy only if the sender and recipient have accounts on the same network, but it can be slow and expensive if they have accounts on different networks. Interledger makes it easy to transact in whatever currency or payment network you choose, because Interledger is not tied to any one company, payment network, or currency. Using Interledger, you can send AUD to someone who wants to receive GBP, or you can send USD to someone who wants to receive EUR. ## What is Interledger?