Tsoxer commited on
Commit
62c09db
·
verified ·
1 Parent(s): 6fc56db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -18,11 +18,11 @@ This Hugging Face **dataset repository** contains a small, machine-readable CSV
18
  ## Dataset contents
19
 
20
  - `links.csv` — a single table with these columns:
21
- - `id`: stable identifier (e.g. `github_repo`, `youtube_demo`)
22
- - `type`: `repo`, `video`, `docs`, `release`, etc.
23
- - `title`: short human-readable label
24
- - `url`: the link
25
- - `description`: one-line explanation
26
 
27
  ### Intended use
28
 
 
18
  ## Dataset contents
19
 
20
  - `links.csv` — a single table with these columns:
21
+ - `id`: short stable key **(NOT a URL)**, e.g. `github_repo`, `youtube_demo`
22
+ - `type`: category label (repo / release / video / docs / community / etc.)
23
+ - `title`: what humans see (e.g. “Nulla releases”)
24
+ - `url`: the actual link (GitHub, YouTube, etc.)
25
+ - `description`: one-line explanation of the link
26
 
27
  ### Intended use
28