From 5fd0bf85359182c58301ab3e9331ad16c6300000 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 4 Aug 2019 13:33:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e30fc8abf..d70a8f8eff 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ pip install pytorch-lightning **[View the docs here](https://williamfalcon.github.io/pytorch-lightning/)** ## What is it? -Lightning is a very lightweight wrapper on PyTorch. It defers core training and validation logic to you and automes the rest. It guarantees correct, modern best practices for the core training logic. +Lightning is a very lightweight wrapper on PyTorch. It defers core training and validation logic to you and automates the rest. It guarantees correct, modern best practices for the core training logic. ## Why do I want to use lightning?