fac
fac copied to clipboard
Readme tweaks
There are two commits in this PR, for easy picking-and-choosing which changes to merge.
The first commit (e51e008) fixes the same typos in both versions of the README (rST and BBCode).
The second commit (400ff6d) consists exclusively of replacing `single backticks` with ``double backticks`` in places where it looked like the intent was to have the text rendered in monospace. (GitHub's rST renderer doesn't format single-backtick-wrapped text in monospace.) I split these changes into a separate commit in case I was wrong about the intent, so it would be easy to remove them from the PR if you'd rather not do that.