Skip to content

Commit d1e6054

Browse files
committed
fix the demo
1 parent 52ddc47 commit d1e6054

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

demo.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Scans a website and outputs the feeds it provides.
1818
<input type="url" name="feedToRead" id="feedToRead" />
1919
<button name="submit" onclick="readFeed()">read</button>
2020

21+
<div id="read-result"></div>
22+
2123
<img src="https://feed-io-api.herokuapp.com" width="0" height="0"/>
2224

2325
<script src="https://unpkg.com/react@16/umd/react.production.min.js" crossorigin></script>

index.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ layout: default
66

77
[feed-io](https://github.com/alexdebril/feed-io) is a PHP library built to consume and serve RSS / Atom feeds.
88

9+
Here's an [online demo](/demo/) of discovering and consuming feeds.
910
```php
1011
<?php
1112
require 'vendor/autoload.php';

0 commit comments

Comments
 (0)