decahedron commited on
Commit
846191d
·
verified ·
1 Parent(s): de5e593

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -91,7 +91,7 @@ language:
91
  A dataset of all audio files & corresponding sources uploaded to LibriVox before 1st November 2025.
92
 
93
  - [**Donate to Internet Archive**](https://archive.org/donate), who hosts most of the audio data
94
- - [**Donate to Project Gutenberg**](https://www.gutenberg.org/donate/), the host of most of the books read
95
 
96
  Be a good netizen and use proper caching & sensible rate limiting when downloading files.
97
 
@@ -100,4 +100,4 @@ Be a good netizen and use proper caching & sensible rate limiting when downloadi
100
  ### November 2025 Update
101
  - `book.id`, `section.id`, and `section.num` are now integers instead of strings.
102
  - `reader` has been replaced with a `readers` array. No entries currently have more or less than 1 reader.
103
- - `text` has become `source`. The `text` field is now a direct link to the plaintext source of the book, if such source exists; `null` otherwise. 250K entries (~53%) have plaintext source available.
 
91
  A dataset of all audio files & corresponding sources uploaded to LibriVox before 1st November 2025.
92
 
93
  - [**Donate to Internet Archive**](https://archive.org/donate), who hosts most of the audio data
94
+ - [**Donate to Project Gutenberg**](https://www.gutenberg.org/donate/), who hosts most of the source books
95
 
96
  Be a good netizen and use proper caching & sensible rate limiting when downloading files.
97
 
 
100
  ### November 2025 Update
101
  - `book.id`, `section.id`, and `section.num` are now integers instead of strings.
102
  - `reader` has been replaced with a `readers` array. No entries currently have more or less than 1 reader.
103
+ - `text` has become `source`. The `text` field is now a direct link to the plaintext content of the book, if such content exists; `null` otherwise. 250K entries (~53%) have plaintext source available.