diff --git a/README.md b/README.md
index 3a983d2..8cb4999 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-

+
microWakeWord Trainer Docker
@@ -17,7 +17,7 @@ Follow these steps to get started with the microWakeWord Trainer:
Pull the Docker image from Docker Hub:
```bash
-docker pull masterphooey/microwakeword-trainer
+docker pull ghcr.io/tatertotterson/microwakeword:latest
```
### 2. Run the Docker Container
@@ -28,7 +28,7 @@ docker run --rm -it \
--gpus all \
-p 8888:8888 \
-v $(pwd):/data \
- masterphooey/microwakeword-trainer
+ ghcr.io/tatertotterson/microwakeword:latest
```
--gpus all: Enables GPU acceleration.
-p 8888:8888: Exposes the Jupyter Notebook on port 8888.