diff --git a/README.md b/README.md index e0bcc64..07f5c2a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@

For the latest news on this book, including any errata that have been discovered since its publication (and any updates to these files), please visit GitHub. -

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

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.

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.