Update README.md
Browse files
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
|
| 22 |
-
- `type`:
|
| 23 |
-
- `title`:
|
| 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 |
|