Skip to content

Commit c141aaa

Browse files
committed
Create gh-pages branch via GitHub
1 parent 4d5002c commit c141aaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ <h1>websocket-sharp</h1>
2727
</ul>
2828
</header>
2929
<section>
30-
<h1>
31-
<a name="welcome-to-websocket-sharp" class="anchor" href="#welcome-to-websocket-sharp"><span class="octicon octicon-link"></span></a>Welcome to websocket-sharp!</h1>
30+
<h2>
31+
<a name="welcome-to-websocket-sharp" class="anchor" href="#welcome-to-websocket-sharp"><span class="octicon octicon-link"></span></a>Welcome to websocket-sharp!</h2>
3232

3333
<p><strong>websocket-sharp</strong> supports the followings:</p>
3434

@@ -513,7 +513,7 @@ <h3>
513513
<div class="highlight highlight-cs"><pre><span class="n">ws</span><span class="p">.</span><span class="n">Log</span><span class="p">.</span><span class="n">Level</span> <span class="p">=</span> <span class="n">LogLevel</span><span class="p">.</span><span class="n">DEBUG</span><span class="p">;</span>
514514
</pre></div>
515515

516-
<p>This means a log with less than <code>LogLevel.DEBUG</code> isn't outputted.</p>
516+
<p>This means a log with less than <code>LogLevel.DEBUG</code> cannot be outputted.</p>
517517

518518
<p>And if you would like to output a log, you should use any of the output methods. The following outputs a log with <code>LogLevel.DEBUG</code>.</p>
519519

0 commit comments

Comments
 (0)