Skip to content

Commit

Permalink
replace image
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoSkopac committed May 2, 2018
1 parent d368a02 commit c53cdfc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $title = 'Read2Me Daily Curated Articles';
$link = 'https://read2me.online';
$author = 'NYTimes and Medium';
$email = 'hello@read2me.online';
$image = 'https://d22fip447qchhd.cloudfront.net/api/widget/static/images/default-thumbnail.png';
$image = 'https://d22fip447qchhd.cloudfront.net/api/widget/static/images/android-chrome-1400x1400.png';
$explicit = false;
$categories = [
'News',
Expand Down
2 changes: 1 addition & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$link = 'https://read2me.online';
$author = 'NYTimes and Medium';
$email = 'hello@read2me.online';
$image = 'https://d22fip447qchhd.cloudfront.net/api/widget/static/images/default-thumbnail.png';
$image = 'https://d22fip447qchhd.cloudfront.net/api/widget/static/images/android-chrome-1400x1400.png';
$explicit = false;
$categories = [
'News',
Expand Down
2 changes: 1 addition & 1 deletion tests/ChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ChannelTest extends TestCase
private const Link = 'https://read2me.online';
private const Author = 'NYTimes and Medium';
private const Email = 'hello@read2me.online';
private const Image = 'https://d22fip447qchhd.cloudfront.net/api/widget/static/images/default-thumbnail.png';
private const Image = 'https://d22fip447qchhd.cloudfront.net/api/widget/static/images/android-chrome-1400x1400.png';
private const Explicit = false;
private const Categories = [
'News',
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/channel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<itunes:email>hello@read2me.online</itunes:email>
</itunes:owner>

<itunes:image href="https://d22fip447qchhd.cloudfront.net/api/widget/static/images/default-thumbnail.png" />
<itunes:image href="https://d22fip447qchhd.cloudfront.net/api/widget/static/images/android-chrome-1400x1400.png" />
<itunes:explicit>no</itunes:explicit>
<itunes:category text="News"/>
<itunes:category text="Technology"/>
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<itunes:email>hello@read2me.online</itunes:email>
</itunes:owner>

<itunes:image href="https://d22fip447qchhd.cloudfront.net/api/widget/static/images/default-thumbnail.png" />
<itunes:image href="https://d22fip447qchhd.cloudfront.net/api/widget/static/images/android-chrome-1400x1400.png" />
<itunes:explicit>no</itunes:explicit>
<itunes:category text="News"/>
<itunes:category text="Technology"/>
Expand Down

0 comments on commit c53cdfc

Please sign in to comment.