diff --git a/README.md b/README.md index 8e8da8d6..8a885e65 100644 --- a/README.md +++ b/README.md @@ -122,14 +122,14 @@ print('and going to http://localhost:6006 on your browser') ## What does lightning control for me? +Everything in gray! +You define the blue parts using the LightningModule interface: +
- -Everything in gray! -You define the blue parts using the LightningModule interface: + ```{.python} # what to do in the training loop