Skip to content

Commit

Permalink
title clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
internetimagery committed Feb 16, 2015
1 parent 0371282 commit b35782b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $data and $options.

There are a few conguration options thrown around the include files:

###data.php
###includes/data.php

```php
define('EA_SOUNDCLOUD_KEY',null); // Soundcloud key
Expand All @@ -56,7 +56,7 @@ define('EA_CACHE_DIR',__DIR__.'/cache'); // Cache directory
define('EA_CACHE_TIME', 1 * 60 * 60 * 24 * 7); // Cache expiry time. Items older than this will be regenerated.
```

###formHtml.php
###includes/formHtml.php

```php
// Set the default template. The file name without php
Expand Down

0 comments on commit b35782b

Please sign in to comment.