From ba9fbc398a3f80632757ad764f26f7a9a7348697 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Sun, 17 Dec 2023 03:08:56 -0600 Subject: [PATCH] Use example.com in README.md example.com is explicitly reserved for use in documentation whereas the hostname that was previously used was a real domain owned by a domain name squatter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07c9bf13..2468653f 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ The view script for default controller and default action is in the application/ ``` ## Run the Application - http://www.yourhostname.com/ + http://www.example.com ## Alternative You can generate the example above by using Yaf Code Generator: https://github.com/laruence/php-yaf/tree/master/tools/cg