Skip to content

Commit

Permalink
cosmetic tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Nov 3, 2011
1 parent d6af3f1 commit 34fc866
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Symfony/Component/DomCrawler/README.md
@@ -1,7 +1,8 @@
DomCrawler Component
====================

If you are familiar with jQuery, DomCrawler is a PHP equivalent. It allows you to navigate the DOM of an HTML or XML document:
If you are familiar with jQuery, DomCrawler is a PHP equivalent.
It allows you to navigate the DOM of an HTML or XML document:

```
use Symfony\Component\DomCrawler\Crawler;
Expand Down
6 changes: 4 additions & 2 deletions src/Symfony/Component/Finder/README.md
@@ -1,7 +1,8 @@
Finder Component
================

The Finder provides a very convenient and nice fluent interface to find files and directories on the filesystem:
The Finder provides a very convenient and nice fluent interface to find files
and directories on the filesystem:

```
use Symfony\Component\Finder\Finder;
Expand All @@ -20,7 +21,8 @@ foreach ($iterator as $file) {
}
```

But you can also use it to find files stored remotely like in this example where we are looking for files on Amazon S3:
But you can also use it to find files stored remotely like in this example where
we are looking for files on Amazon S3:

```
$s3 = new \Zend_Service_Amazon_S3($key, $secret);
Expand Down

0 comments on commit 34fc866

Please sign in to comment.