diff options
author | Andre Arko <andre@arko.net> | 2014-01-22 09:49:07 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-01-22 09:49:07 -0800 |
commit | a333b375492998907c7fd0e38d76e16bcd60c10c (patch) | |
tree | 95b0288f6fe1d08bbe1d9f7e3876eeaa7e225ce4 /v1.2/bundle_console.html | |
parent | 59cb4d3796b30a0e15dd34de8ab8331d9875ad3d (diff) | |
download | bundler-a333b375492998907c7fd0e38d76e16bcd60c10c.tar.gz |
bundler/bundler-site@0bec1fd58062c910e8c4c89ab72b19b052c23a60
Diffstat (limited to 'v1.2/bundle_console.html')
-rw-r--r-- | v1.2/bundle_console.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/v1.2/bundle_console.html b/v1.2/bundle_console.html index a8e861ef59..ef2dcae584 100644 --- a/v1.2/bundle_console.html +++ b/v1.2/bundle_console.html @@ -6,7 +6,6 @@ <meta content='276VSYOko8B8vIu1i8i5qbj7_ql5PXo0dU69XQy-SL' name='globalsign-domain-verification'> <link href='/images/favicon.png' rel='shortcut icon' type='image/png'> <link href="/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" /> - <link href="/stylesheets/sunburst.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id='body'> @@ -21,7 +20,7 @@ <div class='description'> Opens an IRB session with the bundle pre-loaded </div> - <pre class='sunburst'>$ bundle console [GROUP]</pre> + <pre class="highlight plaintext">$ bundle console [GROUP]</pre> </div> </div> </div> |