From a6fc17238790d2a7970e101f1f95fcb18c5d6244 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 12 Dec 2019 10:24:53 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eff089d9..19302784 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,8 @@ trainer.test() ## What does lightning control for me? -Everything in gray! -You define the blue parts using the LightningModule interface: +Everything in Blue! +This is how lightning separates the science from the engineering. ![Overview](docs/source/_static/images/pl.gif)