diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-05 14:23:07 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-05 14:23:07 -0800 |
commit | 46a83c128433c7c439af8137b026be832f32cb8d (patch) | |
tree | 9f6ef19dbd102a71acb19834f5568868323ba9b0 | |
parent | 474878d48788acd5ea8dafef095f3283478012ab (diff) | |
download | pathery-46a83c128433c7c439af8137b026be832f32cb8d.tar.xz |
updated Homepage description.
-rw-r--r-- | pages/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/home.php b/pages/home.php index 544b3fe..8c88d49 100644 --- a/pages/home.php +++ b/pages/home.php @@ -9,7 +9,7 @@ include_once ('./includes/constants.php'); htmlHeader(
array('stats'), 'Pathery',
- 'Compete to create the longest path possible. New maps every day!',
+ 'Path lengthening competition inspired by Tower Defense mazing concepts',
array('scores', 'dateformat')
);
|