diff --git a/README.md b/README.md
index 82f3482..fc0aff2 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,9 @@ pip install --upgrade "jax[cuda12]"
## 📖 [Documentation](https://thebuckleylab.github.io/jpc/)
Available at https://thebuckleylab.github.io/jpc/.
+## 🧠 PC primer
+
+
## ⚡️ Quick example
Use `jpc.make_pc_step` to update the parameters of any neural network compatible
with PC updates (see the [notebook examples
diff --git a/docs/_static/pc_primer.png b/docs/_static/pc_primer.png
index f6dfa26..bf73046 100644
Binary files a/docs/_static/pc_primer.png and b/docs/_static/pc_primer.png differ
diff --git a/docs/_static/pc_primer.svg b/docs/_static/pc_primer.svg
deleted file mode 100644
index 7f21c71..0000000
--- a/docs/_static/pc_primer.svg
+++ /dev/null
@@ -1,299 +0,0 @@
-
diff --git a/docs/index.md b/docs/index.md
index 94d97b3..3da3cd6 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -40,6 +40,9 @@ here).
pip install --upgrade "jax[cuda12]"
```
+## 🧠 PC primer
+
+
## ⚡️ Quick example
Use `jpc.make_pc_step` to update the parameters of any neural network compatible
with PC updates (see [examples](https://thebuckleylab.github.io/jpc/examples/discriminative_pc/))