Skip to content

Commit

Permalink
Changed example URL, update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coneybeare committed Jan 9, 2012
1 parent 3c8d4e2 commit e18ad35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ What is UAModalPanel?

Example Video
---------------------
<object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/AJDR0GAsV9E?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/AJDR0GAsV9E?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
I can't figure out how to embed a video in markdown, so here is a link to it: http://www.youtube.com/watch?v=AJDR0GAsV9E


Step 0: Prerequisites
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion UAModalPanel/UAExampleModalPanel.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ - (id)initWithFrame:(CGRect)frame title:(NSString *)title {


UIWebView *wv = [[[UIWebView alloc] initWithFrame:CGRectZero] autorelease];
[wv loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"https://github.com/coneybeare/UAModalPanel"]]];
[wv loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://urbanapps.com/product_list"]]];

UITableView *tv = [[[UITableView alloc] initWithFrame:CGRectZero] autorelease];
[tv setDataSource:self];
Expand Down

0 comments on commit e18ad35

Please sign in to comment.