Skip to content

Commit

Permalink
Fix the list in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Dec 9, 2010
1 parent 04a4cf5 commit cf26f4c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.markdown
Expand Up @@ -48,13 +48,13 @@ 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.
2. `SimplePieAutoloader.php` - The SimplePie Autoloader if you want to use the separate file version.
`SimplePie` - Directory with all SimplePie libraries for separate file version'
3. `README.markdown` - This document.
4. `LICENSE.txt` - A copy of the BSD license.
5. `compatibility_test/` - The SimplePie compatibility test that checks your server for required settings.
6. `demo/` - A basic feed reader demo that shows off some of SimplePie's more noticable features.
7. `idn/` - A third-party library that SimplePie can optionally use to understand Internationalized Domain Names (IDNs).
8. `test/` - SimplePie's unit test suite.
3. `SimplePie/` - 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.
7. `demo/` - A basic feed reader demo that shows off some of SimplePie's more noticable features.
8. `idn/` - A third-party library that SimplePie can optionally use to understand Internationalized Domain Names (IDNs).
9. `test/` - SimplePie's unit test suite.

## To start the demo
1. Upload this package to your webserver.
Expand Down

0 comments on commit cf26f4c

Please sign in to comment.