stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.03k stars 835 forks source link

docs: better formatting for README #108

Closed chadoh closed 1 year ago

chadoh commented 1 year ago

This improves the Markdown formatting in multiple ways. Most notably, it nests things correctly under numbered lists, and makes the whole thing more readable as markdown, rather than needing to be rendered to HTML to be easily-readable (that's the point of Markdown, after all).

It also makes it more clear that there are two options for running the backend, and double-highlights that you need to run make build-docker, because I missed that for way too long personally 🙃

tomerweller commented 1 year ago

Thanks @chadoh!