From 6c1e8aedfb7cb386e0ea58268ba93a3c9db048a1 Mon Sep 17 00:00:00 2001 From: maskudo Date: Sun, 23 Feb 2025 00:54:28 +0545 Subject: [PATCH] chore: update docs to include information about version name --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f723c9..3e752f5 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,11 @@ A [devdocs](https://devdocs.io) client "http", -- "css", -- "javascript", - "lua~5.1", -- "rust", + -- some docs such as lua require version number along with the language name + -- check `DevDocs install` to view the actual names of the docs + "lua~5.1", + -- "openjdk~21" }, }, },