diff --git a/README.md b/README.md
index 4dc6ef9..57c6c10 100644
--- a/README.md
+++ b/README.md
@@ -1,49 +1,12 @@
# Drupal Batch API
A talk about the Drupal Batch API.
-## Install
-
-1 Clone the repo
-```bash
-$ git clone git@github.com:pfwd/talk-template.git
-`````
-
-2 Install dependencies
-
-```bash
-$ npm install
-```
-Update `src/slides.md` with content.
-Add images to `src/assets/images/`.
-
-## Build slide deck
-
-Use `npm run` to see all available commands.
-
-### Build HTML from slides
-
-```bash
-$ npm run build:html
-```
-
-### Watch HTML from slides
-
-```bash
-$ npm run watch:html
-```
-
-### Build PDF from slides
-
-```bash
-$ npm run build:pdf
-```
-
-### Build PPT from slides
-
-```bash
-$ npm run build:pp
-```
-
-## Thanks
-
-Many thanks to [Peter Fisher](https://twitter.com/pfwd) for the inital [Marp talk template](https://github.com/pfwd/talk-template).
\ No newline at end of file
+## Resources
+
+- [Drupal 11: An Introduction To Batch Processing With The Batch API](https://www.hashbangcode.com/article/drupal-11-introduction-batch-processing-batch-api)
+- [Drupal 11: Batch Processing Using Drush](https://www.hashbangcode.com/article/drupal-11-batch-processing-using-drush)
+- [Drupal 11: Using The Finished State In Batch Processing](https://www.hashbangcode.com/article/drupal-11-using-finished-state-batch-processing)
+- [Drupal 11: Using The Batch API To Process CSV Files](https://www.hashbangcode.com/article/drupal-11-using-batch-api-process-csv-files)
+- [Drupal 11: Adding Operations To Running Batches](https://www.hashbangcode.com/article/drupal-11-adding-operations-running-batches)
+- [Drupal Batch Examples source code](https://github.com/hashbangcode/drupal_batch_examples/)
+- [Batch Processing and the Drupal Queue System](https://www.drupalatyourfingertips.com/bq)
diff --git a/src/slides.md b/src/slides.md
index f943559..f8b2504 100644
--- a/src/slides.md
+++ b/src/slides.md
@@ -610,12 +610,12 @@ function batch_update_example_update_10001(&$sandbox) {
## Resources
-- [Drupal 11: An Introduction To Batch Processing With The Batch API](https://www.hashbangcode.com/article/drupal-11-introduction-batch-processing-batch-api)
-- [Drupal 11: Batch Processing Using Drush](https://www.hashbangcode.com/article/drupal-11-batch-processing-using-drush)
-- [Drupal 11: Using The Finished State In Batch Processing](https://www.hashbangcode.com/article/drupal-11-using-finished-state-batch-processing)
-- [Drupal 11: Using The Batch API To Process CSV Files](https://www.hashbangcode.com/article/drupal-11-using-batch-api-process-csv-files)
-- [Drupal Batch Examples source code](https://github.com/hashbangcode/drupal_batch_examples/)
-
+- Batch on `#! code` https://www.hashbangcode.com/tag/batch-api
+- All code seen is code available at https://github.com/hashbangcode/drupal_batch_examples/
+- Batch Processing and the Drupal Queue System - https://www.drupalatyourfingertips.com/bq
+
---
## Questions?