Skip to content

Commit

Permalink
Fix pre/code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sl4mmy committed Oct 4, 2009
1 parent f9d865d commit 80daca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.textile
Expand Up @@ -4,7 +4,7 @@ Monitors external service endpoints from integration tests by automatically send

h2. Example

pre.
<pre><code>
@RunWith(NagiosAwareRunner.class)
public class IntegrationSmokeTests {
@Test
Expand Down Expand Up @@ -71,6 +71,7 @@ public class IntegrationSmokeTests {
assertEquals(Service.CORRECT, uber.getResponse());
}
}
</code></pre>

h2. License

Expand Down

0 comments on commit 80daca1

Please sign in to comment.