Skip to content

Commit

Permalink
Merge pull request rubygems#2086 from kirs/gh-pages
Browse files Browse the repository at this point in the history
Added reference to source rubygems in the Sinatra help
  • Loading branch information
indirect committed Sep 28, 2012
2 parents 447183f + eae8187 commit 4e47f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Using Bundler with Sinatra</h2>
<div class="description">
To use bundler with a Sinatra application, you only need to do two things. First, create a Gemfile.
</div>
<pre class="sunburst">gem <span class="String"><span class="String">&quot;</span>sinatra<span class="String">&quot;</span></span>, <span class="Constant"><span class="Constant">:</span>require</span> =&gt; <span class="String"><span class="String">&quot;</span>sinatra/base<span class="String">&quot;</span></span>&#x000A;</pre>
<pre class="sunburst">source <span class="String">'https://rubygems.org'</span>&#x000A;gem <span class="String"><span class="String">&quot;</span>sinatra<span class="String">&quot;</span></span>, <span class="Constant"><span class="Constant">:</span>require</span> =&gt; <span class="String"><span class="String">&quot;</span>sinatra/base<span class="String">&quot;</span></span>&#x000A;</pre>
</div>
<div class="bullet">
<div class="description">
Expand Down

0 comments on commit 4e47f6d

Please sign in to comment.