diff --git a/README.md b/README.md
index d653042..d73b604 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
Experiment with automatically generating target tier docs.
+See
+
## Problems
Currenly, the [target tier docs](https://doc.rust-lang.org/rustc/platform-support.html) are hard to navigate.
diff --git a/src/main.rs b/src/main.rs
index 25de99d..21b4d37 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -139,9 +139,15 @@ fn render_static(targets: &[&str]) {
"\
# platform support generated
-This is an experiment of what target tier documentation could look like.
+This is an experiment of what generated target tier documentation could look like.
-See https://github.com/Nilstrieb/target-tier-docs-experiment for the source.
+See for the source.
+The README of the repo contains more information about the motivation and benefits.
+
+Targets of interest with information filled out are any tvos targets like [aarch64-apple-tvos](./aarch64-apple-tvos.md)
+and [powerpc64-ibm-aix](./powerpc64-ibm-aix.md).
+
+But as you might notice, all targets are actually present with a stub :3.
",
)
.unwrap();