From 7e08ba1393eabde9c6a795a4e2b72450a81141ef Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:59:18 +0100 Subject: [PATCH] hotfix: readme formating (#17132) * Update README.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93b2a17906..32aa101b5d 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,10 @@ ______________________________________________________________________ ## Lightning has 3 core packages -[PyTorch Lightning: Train and deploy PyTorch at scale](#pytorch-lightning-train-and-deploy-pytorch-at-scale). -[Lightning Fabric: Expert control](#lightning-fabric-expert-control). +[PyTorch Lightning: Train and deploy PyTorch at scale](#pytorch-lightning-train-and-deploy-pytorch-at-scale). +
+[Lightning Fabric: Expert control](#lightning-fabric-expert-control). +
[Lightning Apps: Build AI products and ML workflows](#lightning-apps-build-ai-products-and-ml-workflows). Lightning gives you granular control over how much abstraction you want to add over PyTorch.