From fea809a2fbecf562b1c57c0b34f002680e2d0524 Mon Sep 17 00:00:00 2001 From: Lucas Lima Date: Tue, 5 Nov 2024 01:28:11 -0300 Subject: [PATCH] chore: minor documentation fix When trying to run this command as-is with the documentation, it asks for a lowercase name Signed-off-by: Lucas Lima --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a800dd9d3..67daf940d 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ npm install -g pake-cli pake url [OPTIONS]... # Feel free to play with Pake! It might take a while to prepare the environment the first time you launch Pake. -pake https://weekly.tw93.fun --name Weekly --hide-title-bar +pake https://weekly.tw93.fun --name weekly --hide-title-bar ```