columbia / crane

Transparent Paxos
44 stars 16 forks source link

Fixed README formatting. #12

Closed mwhittaker closed 1 year ago

mwhittaker commented 6 years ago

The README contains instructions on how to get crane up and running. Some of these instructions are things that you're supposed to type into a terminal, but previously they were being rendered like this:

echo zardoz sudo apt-get install -y sean_connery rm -rf /

Now, they're being formatted like this:

> echo zardoz
> sudo apt-get install -y sean_connery
> rm -rf /

I also made some other minor formatting fixes.