Skip to content

Commit 8773fb4

Browse files
committed
Update README.md
1 parent 2dd80b4 commit 8773fb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $inliner->render(file_get_contents(__DIR__ . '/example.html'));
3333
Method `addCSS()` accepts file path to the CSS file however `render()` accepts html content.
3434
If you would like to know why, here is the reason for you - there are tons of templating system like `Nette\Latte` or `Smarty` and sometimes you will need to use this tool on code that those libs generated.
3535

36-
#### [Input](http://northys.github.io/CSS-Inliner/example.htm)
36+
#### Input
3737

3838
```html
3939
<h1>Hello, world!</h1>
@@ -49,7 +49,7 @@ a.facebook{color:#8e44ad;margin:300px;}
4949
a.google{color:#c0392b;font-weight:700;font-family:Verdana, 'Open Sans';font-size:30px;}
5050
```
5151

52-
#### [Output](http://northys.github.io/CSS-Inliner/)
52+
#### Output
5353

5454
```html
5555
<h1 style="color: #27ae60; margin: 10px 50px 80px 30px; font-size: 200px;">Hello, world!</h1>

0 commit comments

Comments
 (0)