Skip to content

Commit

Permalink
Merge pull request caolan#164 from neerolyte/patch-1
Browse files Browse the repository at this point in the history
add missing quote
  • Loading branch information
Caolan McMahon committed Mar 23, 2012
2 parents 7c4ec1a + 77f3f1c commit 95b0e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -254,7 +254,7 @@ __test.html__
<script src="suite2.js"></script>
</head>
<body>
<h1 id="nodeunit-header>Example Test Suite</h1>
<h1 id="nodeunit-header">Example Test Suite</h1>
<script>
nodeunit.run({
'Suite One': suite1,
Expand Down

0 comments on commit 95b0e8b

Please sign in to comment.