Update README.md#824
Conversation
Minor formatting tweaks
|
@Zearin Docs changes need to be done in |
nfischer
left a comment
There was a problem hiding this comment.
Overall pretty good. Thanks for catching these mistakes!
| A FILE argument that does not exist is created empty, unless -c is supplied. | ||
| This is a partial implementation of *[touch(1)](http://linux.die.net/man/1/touch)*. | ||
| A FILE argument that does not exist is created empty, unless `-c` is supplied. | ||
| This is a partial implementation of *[`touch(1)`](http://linux.die.net/man/1/touch)*. |
There was a problem hiding this comment.
If we're using backtick formatting, let's remove the italics
|
|
||
|
|
||
| ### echo([options,] string [, string ...]) | ||
| ### `echo([options,] string [, string ...])` |
There was a problem hiding this comment.
I think it looks a bit better with the headers as-is. Were there any formatting bugs I'm overlooking?
There was a problem hiding this comment.
No. I just prefer the monospace font for any documentation that is referencing a command/option/option-value.
But I can omit this when I redo the Pull Request. :)
| ``` | ||
|
|
||
| Links source to dest. Use -f to force the link, should dest already exist. | ||
| Links source to dest. Use `-f` to force the link, should `dest` already exist. |
There was a problem hiding this comment.
Also wrap source and dest in backticks
|
Whoops! That’s what I get for not looking more carefully. I’ll update the docs in src as you said. |
|
Reopening as a new Pull Request… |
|
You can always just add more commits to the same branch 😄 |
Minor formatting tweaks