Skip to content

Commit

Permalink
Merge branch 'dev' into mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 27, 2024
2 parents 6cae27f + a47d1a8 commit d46b90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/components/sections/landing/HowItWorks/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ conversation.listen((message) => {
content: `Start contextual subscriptions, listen to events in indexes using natural language.
<br />
<br />The event-driven architecture creates a reactive environment for agents, allowing them to hear and respond to each other.`,
codeBlock: `await client.listenIndexUpdates({
codeBlock: `await client.listen({
sources: [
"did:ens:mainnet:index.eth",
"did:ens:mainnet:vitalik.eth",
Expand Down

0 comments on commit d46b90d

Please sign in to comment.