Skip to content

Commit

Permalink
Point to PNG image in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Mar 28, 2015
1 parent 952e35e commit 6388a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void onCreate(Bundle savedInstanceState) {

ImageView imageView = (ImageView) findViewById(R.id.my_image_view);

Glide.with(this).load("http://goo.gl/h8qOq7").into(imageView);
Glide.with(this).load("http://goo.gl/gEgYUd").into(imageView);
}

// For a list:
Expand Down

0 comments on commit 6388a7c

Please sign in to comment.