We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac8ba7 commit 18800daCopy full SHA for 18800da
README.md
@@ -81,8 +81,10 @@ directory contains the latest Hydrogen (Node.js 18) release.
81
82
<https://nodejs.org/download/nightly/>
83
84
-Each directory name and filename contains a date (in UTC) and the commit
85
-SHA at the HEAD of the release.
+Each directory and filename includes the version (e.g., `v22.0.0`),
+followed by the UTC date (e.g., `20240424` for April 24, 2024),
86
+and the short commit SHA of the HEAD of the release (e.g., `ddd0a9e494`).
87
+For instance, a full directory name might look like `v22.0.0-nightly20240424ddd0a9e494`.
88
89
#### API documentation
90
0 commit comments