Skip to content

Commit e8ca708

Browse files
committed
fix: readme
1 parent e83ba3c commit e8ca708

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.markdown

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44

55
## Test with [Atoum](https://github.com/atoum/atoum)
66

7-
cd Opengraph/
7+
cd Opengraph/
88
curl -s https://getcomposer.org/installer | php
99
php composer.phar install --dev
10-
./vendor/atoum/atoum/bin/atoum --glob Tests/Units/
11-
10+
./vendor/bin/phpunit -c phpunit.xml.dist
1211

1312
## Writer
1413

15-
``` php
14+
```php
1615
<?php
1716
namespace Application;
1817

@@ -35,16 +34,16 @@ echo $writer->render() . PHP_EOL;
3534

3635
Output
3736

38-
``` html
39-
<meta property="og:title" content="The Rock" />
40-
<meta property="og:type" content="video.movie" />
41-
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
42-
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
37+
```html
38+
<meta property="og:title" content="The Rock" />
39+
<meta property="og:type" content="video.movie" />
40+
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
41+
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
4342
```
4443

4544
## Reader
4645

47-
``` php
46+
```php
4847
<?php
4948
namespace Application;
5049

0 commit comments

Comments
 (0)