From 869c558ee86795fea79cd5422051723537e8fcd6 Mon Sep 17 00:00:00 2001 From: Miguel Pimentel Date: Fri, 14 Jun 2024 11:14:04 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 938ddebe7..c7b84ef80 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,6 @@ All content for the site is written in _Markdown_ within [Obsidian](https://obsi ```yml -# Using npm steps: - uses: actions/checkout@v4 with: @@ -104,7 +103,7 @@ steps: ### 🚀 Build and Deploy ```yml -# Using pnpm +# Using npm steps: - name: Checkout uses: actions/checkout@v4 @@ -128,6 +127,7 @@ steps: ``` ```yml +# Using pnpm steps: - name: Checkout uses: actions/checkout@v4