From 5d431bbd058f04c552d83b19b6af6cedfd994872 Mon Sep 17 00:00:00 2001 From: Etem Sarac Date: Tue, 26 Aug 2025 15:36:08 +0300 Subject: [PATCH] docs: fix PyTorch casing and hours formatting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d5eeb2..b65543e7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Welcome to the [Zero to Mastery Learn PyTorch for Deep Learning course](https:// ## Course materials/outline * 📖 **Online book version:** All of course materials are available in a readable online book at [learnpytorch.io](https://learnpytorch.io). -* 🎥 **First five sections on YouTube:** Learn Pytorch in a day by watching the [first 25-hours of material](https://youtu.be/Z_ikDlimN6A). +* 🎥 **First five sections on YouTube:** Learn Pytorch in a day by watching the [first 25 hours of material](https://youtu.be/Z_ikDlimN6A). * 🔬 **Course focus:** code, code, code, experiment, experiment, experiment. * 🏃‍♂️ **Teaching style:** [https://sive.rs/kimo](https://sive.rs/kimo). * 🤔 **Ask a question:** See the [GitHub Discussions page](https://github.com/mrdbourke/pytorch-deep-learning/discussions) for existing questions/ask your own.