Skip to content

Commit

Permalink
oops, another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Sep 15, 2011
1 parent c758c7e commit 089643f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/qrcodes.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img title="represents: <%= @qrcode[:short_url] %>" src="<%= to_qrcode_base64(@qrcode[:blob]) %>" />
<div class="info">
<h3>More Information</h3>
<p>You can genrate other sizes if you wish. You just need to replace the 400 in the url to the size in pixels you would like. Some examples below.</p>
<p>You can generate other sizes if you wish. You just need to replace the 400 in the url to the size in pixels you would like. Some examples below.</p>
<ul>
<li><a href="<%= qrcode_url(@qrcode[:slug],800) %>">800px wide</a></li>
<li><a href="<%= qrcode_url(@qrcode[:slug],200) %>">200px wide</a></li>
Expand Down

0 comments on commit 089643f

Please sign in to comment.