Skip to content

Commit 278cac3

Browse files
authored
Merge pull request #6 from maskudo/docs-require-versions
chore: update docs to include information about version name
2 parents e58268c + 6c1e8ae commit 278cac3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ A [devdocs](https://devdocs.io) client
5656
"http",
5757
-- "css",
5858
-- "javascript",
59-
"lua~5.1",
6059
-- "rust",
60+
-- 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"
6164
},
6265
},
6366
},

0 commit comments

Comments
 (0)