We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faab394 commit 7ff2e80Copy full SHA for 7ff2e80
1 file changed
README.md
@@ -18,7 +18,7 @@ you get an extra layer of interactivity just by adding `codeplus` on top.
18
This library does not do syntax highlighting!
19
That means you can use any server-side (or client-side) syntax highlighter you want and codeplus will add the interactive features after the fact.
20
21
-To render filenames all you need to do is start your code block with a comment line that starts with `# <filename>:`
+To render filenames all you need to do is start your code block with a comment line that says the filename:
22
23
```yaml
24
# .pullapprove.yml
0 commit comments