From db5bd01fc6029ae181ac83629cc9cea548f82fa0 Mon Sep 17 00:00:00 2001 From: Fabian Zills Date: Sat, 1 Feb 2025 16:27:26 +0100 Subject: [PATCH] fix tip --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ad74079..aeabaad2 100644 --- a/README.md +++ b/README.md @@ -206,10 +206,10 @@ workflow. Follow these steps: project.repro() ``` - > [!TIP] - > If you don’t want to execute the graph immediately, use - > `project.build()` instead. You can run the graph later using `dvc repro` or - > the [paraffin](https://github.com/zincware/paraffin) package. +> [!TIP] +> If you don’t want to execute the graph immediately, use +> `project.build()` instead. You can run the graph later using `dvc repro` or +> the [paraffin](https://github.com/zincware/paraffin) package. #### Accessing Results