From 58aed687d2823e4e25ad5de7bc6557d25a42136c Mon Sep 17 00:00:00 2001 From: RobinNixon Date: Thu, 10 Dec 2020 13:25:59 +0000 Subject: [PATCH] Fixed URL to examples Fixed URL to examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f5c2a..b4e1a10 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@

To read the examples as you work through the book you can view them here in a folder structure matching the chapters in the book.

-

Once you have a web server set up, copy the entire structure of folders and subfolders into your document root directory by downloading and extracting lpmj6examples.zip, and you'll easily be able to navigate through them by typing localhost into your web browser. +

Once you have a web server set up, copy the entire structure of folders and subfolders into your document root directory by downloading and extracting lpmj6examples.zip, and you'll easily be able to navigate through them by typing localhost into your web browser.

Note: The robinsnest folder link will issue errors when clicked unless you have previously created both a MySQL user and database called robinsnest, and run the setup.php program in this folder, as outlined in Chapter 29.