From ec046824a009ac1a42d711176081657f30388d41 Mon Sep 17 00:00:00 2001 From: Eric Dallo Date: Fri, 21 Jan 2022 23:10:19 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2257b6..c1422fa 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ jobs: - name: configure Pagefile uses: al-cheb/configure-pagefile-action@v1.2 with: - minimum-size: 8 + minimum-size: 8GB - name: configure Pagefile uses: al-cheb/configure-pagefile-action@v1.2 with: - minimum-size: 8 - maximum-size: 16 + minimum-size: 8GB + maximum-size: 16GB disk-root: "D:" ```