Skip to content

Commit c0110c1

Browse files
committed
Properly escape tick in code
1 parent d51b660 commit c0110c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Here's some [examples](https://github.com/asottile/setuptools-golang-examples)
4242

4343
## Common issues
4444

45-
### `undefined reference to \`some_c_function'`
45+
### ```undefined reference to `some_c_function'```
4646

4747
`Extension` by default will bring along the go files listed, but won't bring
4848
along the related C files. Add the following to `MANIFEST.in`:

0 commit comments

Comments
 (0)