Commit 488a8c2
authored
make code command line copyable
Update README.md
the command `dotnet fsi build.fsx -- --help` was indented 4 spaces to make it code block, but on github it apparently needs a blank line above it to box it out and make it have the "clipboard copy" button appear.
The rendared page shows "Run dotnet fsi build.fsx -- --help" instead of a code block.
Just added the additional blank line.1 parent 1c4b2e0 commit 488a8c2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments