We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8b109 commit d9a99f1Copy full SHA for d9a99f1
README.md
@@ -84,7 +84,7 @@ const isOnXMTP = await client.canMessage(address);
84
Various examples and tutorials to help you get started with creating and deploying your own agents using XMTP.
85
86
- [gated-group](/examples/gated-group/): Create a gated group chat that verifies NFT ownership using Alchemy.
87
-- [gm](/examples/gm/): A simple agent that replies with "GM".
+- [gm](/examples/gm/): A simple agent that replies with `gm`.
88
- [gpt](/examples/gpt): A simple agent that interacts with OpenAI APIs.
89
- [express](/examples/express/): Communicate with traditional APIs using xmtp e2ee
90
0 commit comments