Skip to content

Commit

Permalink
Update README to reflect the new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Jul 5, 2012
1 parent bc0b460 commit 0a2b1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -48,8 +48,8 @@ Removing PHP 4.x support will certainly help with the slimming. It will also hel
## What comes in the package?
1. `SimplePie.compiled.php` - The SimplePie library in one file. This is all that's required for your pages.
Either run `php build/compile.php` to generate this, or grab a copy from [dev.simplepie.org](http://dev.simplepie.org/SimplePie.compiled.php)
2. `SimplePieAutoloader.php` - The SimplePie Autoloader if you want to use the separate file version.
3. `SimplePie/` - SimplePie classes for use with the autoloader
2. `autoloader.php` - The SimplePie Autoloader if you want to use the separate file version.
3. `library/` - SimplePie classes for use with the autoloader
4. `README.markdown` - This document.
5. `LICENSE.txt` - A copy of the BSD license.
6. `compatibility_test/` - The SimplePie compatibility test that checks your server for required settings.
Expand Down

0 comments on commit 0a2b1cd

Please sign in to comment.