Skip to content

Commit

Permalink
fix: mermaid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dchoi27 authored Dec 12, 2023
1 parent 3c6fb65 commit e3fb490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/how-to/upload.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This section discusses using the web3.storage JavaScript client, `w3up-client`,

```mermaid
flowchart TD
B[w3up-client instance] --\>|Automatic if specific AgentData is not passed when client object created|B(Pass local AgentData)
B[w3up-client instance] --\>|Automatic if specific AgentData is not passed when client object created|S(Pass local AgentData)
S --\> C(Get UCAN delegation from Space to Agent)
C --\> D(Upload to Space using Agent)
```
Expand Down

0 comments on commit e3fb490

Please sign in to comment.