Skip to content

Commit 74db447

Browse files
committed
README: Fix markdown syntax
1 parent ebc9b15 commit 74db447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev lib
2626

2727
### Compile from source
2828

29-
The source code can be run using ```cargo run``` or bundled to a platform-executable using cargo bundle.
29+
The source code can be run using `cargo run` or bundled to a platform-executable using cargo bundle.
3030
Currently [cargo bundle](https://github.com/burtonageo/cargo-bundle) only supports linux and macOS
3131
bundles [see github issue](https://github.com/burtonageo/cargo-bundle/issues/77).
3232
As a work-around we can use [cargo wix](https://github.com/volks73/cargo-wix) to create a windows installer.
@@ -110,4 +110,4 @@ Tested on:
110110
- Windows 10 x86
111111
- ...
112112

113-
One might have to delete the ```Cargo.lock``` file before compiling.
113+
One might have to delete the `Cargo.lock` file before compiling.

0 commit comments

Comments
 (0)