We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e58268c + 6c1e8ae commit 278cac3Copy full SHA for 278cac3
1 file changed
README.md
@@ -56,8 +56,11 @@ A [devdocs](https://devdocs.io) client
56
"http",
57
-- "css",
58
-- "javascript",
59
- "lua~5.1",
60
-- "rust",
+ -- some docs such as lua require version number along with the language name
61
+ -- check `DevDocs install` to view the actual names of the docs
62
+ "lua~5.1",
63
+ -- "openjdk~21"
64
},
65
66
0 commit comments