Skip to content

Commit 12cd6ca

Browse files
committed
fix
1 parent 3fea2b8 commit 12cd6ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ await agent.send(agentMessage);
190190

191191
Interact with the XMTP protocol using [xmtp.chat](https://xmtp.chat) the official web inbox for developers using the latest version powered by MLS.
192192

193-
![alt text](/media/chat.png)
193+
![](/media/chat.png)
194194

195195
> [!WARNING]
196196
> This React app isn't a complete solution. For example, the list of conversations doesn't update when new messages arrive in existing conversations.

packages/agent-starter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ let agentMessage: agentMessage = {
231231
await agent.send(agentMessage);
232232
```
233233

234-
> Agent message is an implementation of a custom content-type and not yet officially supported by the protocol.
234+
> Agent message is an implementation of a `custom` content-type and not yet officially supported by the protocol.
235235

236236
**Open for feedback**
237237
You are welcome to provide feedback on this implementation by commenting on the [Proposal for content type](https://community.xmtp.org/).

0 commit comments

Comments
 (0)