Skip to content

Commit

Permalink
chore(xcm-api): Fix analyser readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 authored Jul 4, 2024
1 parent 32ffda2 commit 737e350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/xcm-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ const response = await fetch("http://localhost:3001/xcm-analyser", {
body: JSON.stringify({
multilocation: "Multilocation", //Replace Multilocation with specific Multilocation you wish to analyse
xcm: "XCM" //Replace XCM with the specific XCM call you wish to analyse
})
});
```

Expand Down

0 comments on commit 737e350

Please sign in to comment.