diff --git a/README.md b/README.md
index 57c6c10..c1620c9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
# Drupal Batch API
A talk about the Drupal Batch API.
+## Slides
+
+You can view the slides in a number of ways:
+
+- HTML (download this repo open the file `dist/slides.html`)
+- [PDF](https://github.com/hashbangcode/drupal-batch-api-talk/blob/main/dist/slides.pdf)
+- [PPTX](https://github.com/hashbangcode/drupal-batch-api-talk/blob/main/dist/slides.pptx)
+
## Resources
- [Drupal 11: An Introduction To Batch Processing With The Batch API](https://www.hashbangcode.com/article/drupal-11-introduction-batch-processing-batch-api)
diff --git a/src/assets/images/qr_slides.png b/src/assets/images/qr_slides.png
index 9c4047f..501abd0 100644
Binary files a/src/assets/images/qr_slides.png and b/src/assets/images/qr_slides.png differ
diff --git a/src/slides.md b/src/slides.md
index f8bccdd..5da49ed 100644
--- a/src/slides.md
+++ b/src/slides.md
@@ -35,14 +35,18 @@ marp: true
---
## Source Code
-- Talk is available on the QR code.
-- All code seen can be found here
+- Talk is available at:
+https://github.com/hashbangcode/drupal-batch-api-talk
+- All code seen can be found at:
https://bit.ly/3BQ4rsW
- I have also written about the Batch API on
[www.hashbangcode.com](www.hashbangcode.com)
![bg h:50% right:40%](../src/assets/images/qr_slides.png)
+
---
# The Drupal Batch API
@@ -80,7 +84,6 @@ Source: https://www.cloudflare.com/learning/performance/more/website-performance
## Server Timeouts
- Servers are designed to throw errors if something takes too long. Some defaults:
-
- PHP (`max_execution_time`) - 30 seconds
- PHP (`memory_limit`) - 256MB (recommended for Drupal)
- Apache (`TimeOut`) - 60 seconds