From 74b080ce1681d71855f2639a42560b8078dfa8fa Mon Sep 17 00:00:00 2001 From: bigboydiamonds <57741810+bigboydiamonds@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:25:01 -0700 Subject: [PATCH] Widget description (#2867) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bad25066f..35bfaeef94 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ There are a variety of different packages in this repo, covered comprehensively - [Contracts](https://github.com/synapsecns/synapse-contracts): The contracts used to power the synapse bridge. - [Frontend](packages/synapse-interface): The frontend used to interact with the bridge. - [SDK](packages/sdk-router): The SDK used to interact with the bridge. + - [Widget](packages/widget): The widget used to access the synapse bridge externally. - Explorer: A bridge explorer that allows users to view on-chain data state about the bridge. - [Backend](services/explorer): The backend used to power the explorer. - [Frontend](packages/explorer-ui): The frontend used to interact with the explorer.