We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4f7df commit 017de45Copy full SHA for 017de45
1 file changed
README.md
@@ -38,7 +38,15 @@ When codeplus runs, you'll get something like this:
38
39
### Tab display name
40
41
-You can also change the display name by using parentheses after the filename (or by starting with parenetheses):
+Instead of filenames, you can also use a "display name" in parenetheses:
42
+
43
+```yaml
44
+# (GitHub)
45
+version: 3
46
+groups: ...
47
+```
48
49
+Or you can include a filename *and* a display name:
50
51
```yaml
52
# .pullapprove.yml (GitHub)
0 commit comments