diff --git a/README.md b/README.md
index e76a75cf..26d3b08a 100644
--- a/README.md
+++ b/README.md
@@ -5,20 +5,7 @@
## License and Attribution
-We've added links to sources when applicable. Everything is under the CC0 license; please use/take anything with no strings attached.
-
-## Other CP Repos
-
-https://github.com/search?q=online-judge-verify-helper+path%3A.github
-
-type | list
---- | ---
-optimized for ICPC |
- https://github.com/kth-competitive-programming/kactl
- https://github.com/ucf-programming-team/hackpack-cpp
- https://github.com/foreverbell/acm-icpc-cheat-sheet
- https://github.com/UCF-Apocalypse-Attack/hackpack
-optimized for online contests | - https://github.com/yosupo06/library-checker-problems
-extensive | - https://github.com/koosaga/olympiad/tree/master/Library/codes
- https://github.com/ShahjalalShohag/code-library
- https://github.com/dacin21/dacin21_codebook
-clean | - https://github.com/demidenko/olymp-cpp-lib
- https://github.com/brunomaletta/Biblioteca
-lgm | - https://github.com/ecnerwala/cp-book
- https://github.com/the-tourist/algo
- https://github.com/nealwu/competitive-programming
- https://github.com/bqi343/cp-notebook
- https://github.com/suisen-cp/cp-library-cpp
-python | - https://github.com/cheran-senthil/PyRival
+Everything is under the CC0 license.
## Our List of Recommended Practice Problems
diff --git a/library/README.md b/library/README.md
new file mode 100644
index 00000000..ca4d1875
--- /dev/null
+++ b/library/README.md
@@ -0,0 +1,12 @@
+## Other CP Repos
+
+type | list
+--- | ---
+optimized for ICPC | - https://github.com/kth-competitive-programming/kactl
- https://github.com/ucf-programming-team/hackpack-cpp
- https://github.com/foreverbell/acm-icpc-cheat-sheet
- https://github.com/UCF-Apocalypse-Attack/hackpack
+optimized for online contests | - https://github.com/yosupo06/library-checker-problems
+extensive | - https://github.com/koosaga/olympiad/tree/master/Library/codes
- https://github.com/ShahjalalShohag/code-library
- https://github.com/dacin21/dacin21_codebook
+clean | - https://github.com/demidenko/olymp-cpp-lib
- https://github.com/brunomaletta/Biblioteca
+lgm | - https://github.com/ecnerwala/cp-book
- https://github.com/the-tourist/algo
- https://github.com/nealwu/competitive-programming
- https://github.com/bqi343/cp-notebook
- https://github.com/suisen-cp/cp-library-cpp
+python | - https://github.com/cheran-senthil/PyRival
+
+Also see [all libraries tested with Library Checker](https://github.com/search?q=online-judge-verify-helper+path%3A.github).