From b076b7bbcc373d84fee85efe1fab7ef1ce9b5331 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 14 Feb 2023 16:21:03 -0800 Subject: [PATCH] Rename example --- docs/exec.md | 2 +- examples/{cli-parsing.php => cli-silly.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{cli-parsing.php => cli-silly.php} (100%) diff --git a/docs/exec.md b/docs/exec.md index ef713ed..418facc 100644 --- a/docs/exec.md +++ b/docs/exec.md @@ -111,4 +111,4 @@ include the pragma: #!require mnapoli/silly: ~1.7 ``` -(Full example: [examples/cli-parsing.php](//github.com/totten/pogo/blob/master/examples/cli-parsing.php)) +(Full example: [examples/cli-silly.php](//github.com/totten/pogo/blob/master/examples/cli-silly.php)) diff --git a/examples/cli-parsing.php b/examples/cli-silly.php similarity index 100% rename from examples/cli-parsing.php rename to examples/cli-silly.php