From 2ac1596a9022aee4bad8edaba85081458cdd4377 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Thu, 18 Oct 2012 17:08:08 +0100 Subject: [PATCH] Documentation references to /Tests modified to reference /Examples instead --- install.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.txt b/install.txt index 79cd8152..6fb88038 100644 --- a/install.txt +++ b/install.txt @@ -59,16 +59,16 @@ Getting started --------------- A good way to get started is to run some of the tests included in the download. -Copy the "Tests" folder next to your "Classes" folder from above so you end up with: +Copy the "Examples" folder next to your "Classes" folder from above so you end up with: -/var/www/Tests/01simple.php -/var/www/Tests/02types.php +/var/www/Examples/01simple.php +/var/www/Examples/02types.php ... Start running the test by pointing your browser to the test scripts: -http://example.com/Tests/01simple.php -http://example.com/Tests/02types.php +http://example.com/Examples/01simple.php +http://example.com/Examples/02types.php ... Note: It may be necessary to modify the include/require statements at the beginning of