Skip to content

Commit b912ad1

Browse files
chore: Update localhost url in readme (#1096)
This is following errors from Arnaud and a community user going on localhost:3000 instead of the constructed url
1 parent 1d6757a commit b912ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ http POST :80/api/ledger/v2/quickstart
3535
http POST :80/api/ledger/v2/quickstart/transactions postings:='[{"amount":100,"asset":"USD/2","destination":"users:1234","source":"world"}]'
3636
```
3737

38-
And get a visual feedback on the Ledger Console UI started on [http://localhost:3000](http://localhost:3000/formance/localhost?region=localhost):
38+
And get a visual feedback on the Ledger Console UI started on [http://localhost:3000/formance/localhost?region=localhost](http://localhost:3000/formance/localhost?region=localhost):
3939

4040
![console](examples/standalone/console-screenshot.png)
4141

0 commit comments

Comments
 (0)